aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-24 23:12:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-24 23:12:38 +0000
commit75aa1928ac1ac7966c804a7e143ea40d48a45f7d (patch)
treeac8d9d7288e324b76f467b9a2ff0068e9fc3a307 /util-linux
parent16722554bf383b640c6835c21bcf5cbde2327c13 (diff)
downloadbusybox-75aa1928ac1ac7966c804a7e143ea40d48a45f7d.tar.gz
re-order a little for alphabetical
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 7fde01971..2cd578332 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -208,14 +208,6 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
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 @@ config CONFIG_IPCS
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 @@ config CONFIG_RDATE
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 @@ config CONFIG_FEATURE_MTAB_SUPPORT
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