diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:12:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:12:38 +0000 |
commit | 75aa1928ac1ac7966c804a7e143ea40d48a45f7d (patch) | |
tree | ac8d9d7288e324b76f467b9a2ff0068e9fc3a307 | |
parent | 16722554bf383b640c6835c21bcf5cbde2327c13 (diff) | |
download | busybox-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.in | 28 |
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 | ||
211 | config 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 | |||
219 | config CONFIG_IPCRM | 211 | config 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 | ||
228 | config 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 | |||
236 | config CONFIG_MKSWAP | 236 | config 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 | ||
288 | config CONFIG_READPROFILE | ||
289 | bool "readprofile" | ||
290 | default n | ||
291 | help | ||
292 | This allows you to parse /proc/profile for basic profiling. | ||
293 | |||
288 | config CONFIG_SWAPONOFF | 294 | config 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 | ||
364 | config CONFIG_READPROFILE | ||
365 | bool "readprofile" | ||
366 | default n | ||
367 | help | ||
368 | This allows you to parse /proc/profile for basic profiling. | ||
369 | |||
370 | endmenu | 370 | endmenu |
371 | 371 | ||