svn commit: trunk/busybox/util-linux

vapier at busybox.net vapier at busybox.net
Sat Sep 24 23:12:39 UTC 2005


Author: vapier
Date: 2005-09-24 16:12:38 -0700 (Sat, 24 Sep 2005)
New Revision: 11631

Log:
re-order a little for alphabetical

Modified:
   trunk/busybox/util-linux/Config.in


Changeset:
Modified: trunk/busybox/util-linux/Config.in
===================================================================
--- trunk/busybox/util-linux/Config.in	2005-09-24 22:41:08 UTC (rev 11630)
+++ trunk/busybox/util-linux/Config.in	2005-09-24 23:12:38 UTC (rev 11631)
@@ -208,14 +208,6 @@
 	  are overly fond of its long options, such as --hctosys, --utc, etc)
 	  then enable this option.
 
-config CONFIG_LOSETUP
-	bool "losetup"
-	default n
-	help
-	  losetup is used to associate or detach a loop device with a regular
-	  file or block device, and to query the status of a loop device.  This
-	  version does not currently support enabling data encryption.
-
 config CONFIG_IPCRM
 	bool "ipcrm"
 	default n
@@ -233,6 +225,14 @@
 	  The ipcs utility is used to provide information on the currently
 	  allocated System V interprocess (IPC) objects in the system.
 
+config CONFIG_LOSETUP
+	bool "losetup"
+	default n
+	help
+	  losetup is used to associate or detach a loop device with a regular
+	  file or block device, and to query the status of a loop device.  This
+	  version does not currently support enabling data encryption.
+
 config CONFIG_MKSWAP
 	bool "mkswap"
 	default n
@@ -285,6 +285,12 @@
 	  the RFC868 protocol, which is built into the inetd daemon on most
 	  systems.
 
+config CONFIG_READPROFILE
+	bool "readprofile"
+	default n
+	help
+	  This allows you to parse /proc/profile for basic profiling.
+
 config CONFIG_SWAPONOFF
 	bool "swaponoff"
 	default n
@@ -361,11 +367,5 @@
 	  that your /etc directory be writeable, tends to get easily confused
 	  by --bind or --move mounts, and so on.  (In brief: avoid.)
 
-config CONFIG_READPROFILE
-	bool "readprofile"
-	default n
-	help
-	  This allows you to parse /proc/profile for basic profiling.
-
 endmenu
 




More information about the busybox-cvs mailing list