aboutsummaryrefslogtreecommitdiff
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
parent16722554bf383b640c6835c21bcf5cbde2327c13 (diff)
downloadbusybox-w32-75aa1928ac1ac7966c804a7e143ea40d48a45f7d.tar.gz
busybox-w32-75aa1928ac1ac7966c804a7e143ea40d48a45f7d.tar.bz2
busybox-w32-75aa1928ac1ac7966c804a7e143ea40d48a45f7d.zip
re-order a little for alphabetical
-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
208 are overly fond of its long options, such as --hctosys, --utc, etc) 208 are overly fond of its long options, such as --hctosys, --utc, etc)
209 then enable this option. 209 then enable this option.
210 210
211config CONFIG_LOSETUP
212 bool "losetup"
213 default n
214 help
215 losetup is used to associate or detach a loop device with a regular
216 file or block device, and to query the status of a loop device. This
217 version does not currently support enabling data encryption.
218
219config CONFIG_IPCRM 211config CONFIG_IPCRM
220 bool "ipcrm" 212 bool "ipcrm"
221 default n 213 default n
@@ -233,6 +225,14 @@ config CONFIG_IPCS
233 The ipcs utility is used to provide information on the currently 225 The ipcs utility is used to provide information on the currently
234 allocated System V interprocess (IPC) objects in the system. 226 allocated System V interprocess (IPC) objects in the system.
235 227
228config CONFIG_LOSETUP
229 bool "losetup"
230 default n
231 help
232 losetup is used to associate or detach a loop device with a regular
233 file or block device, and to query the status of a loop device. This
234 version does not currently support enabling data encryption.
235
236config CONFIG_MKSWAP 236config CONFIG_MKSWAP
237 bool "mkswap" 237 bool "mkswap"
238 default n 238 default n
@@ -285,6 +285,12 @@ config CONFIG_RDATE
285 the RFC868 protocol, which is built into the inetd daemon on most 285 the RFC868 protocol, which is built into the inetd daemon on most
286 systems. 286 systems.
287 287
288config CONFIG_READPROFILE
289 bool "readprofile"
290 default n
291 help
292 This allows you to parse /proc/profile for basic profiling.
293
288config CONFIG_SWAPONOFF 294config CONFIG_SWAPONOFF
289 bool "swaponoff" 295 bool "swaponoff"
290 default n 296 default n
@@ -361,11 +367,5 @@ config CONFIG_FEATURE_MTAB_SUPPORT
361 that your /etc directory be writeable, tends to get easily confused 367 that your /etc directory be writeable, tends to get easily confused
362 by --bind or --move mounts, and so on. (In brief: avoid.) 368 by --bind or --move mounts, and so on. (In brief: avoid.)
363 369
364config CONFIG_READPROFILE
365 bool "readprofile"
366 default n
367 help
368 This allows you to parse /proc/profile for basic profiling.
369
370endmenu 370endmenu
371 371