aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-01-18 13:52:48 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-18 13:52:48 +0100
commit3b5acaa4323bd165077e60098af94ad9750d62fd (patch)
treea16712b4a1f1f8808355c28f7fac76d5148996f4 /util-linux
parent094cc51e50bdb877fa4c245dbde47e4dfbf94387 (diff)
downloadbusybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.tar.gz
busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.tar.bz2
busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.zip
disable automatic selection of FEATURE_SUID; improve its help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index dbf2b0d85..941a47f90 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -361,7 +361,6 @@ config FEATURE_HWCLOCK_ADJTIME_FHS
361config IPCRM 361config IPCRM
362 bool "ipcrm" 362 bool "ipcrm"
363 default y 363 default y
364 select FEATURE_SUID
365 help 364 help
366 The ipcrm utility allows the removal of System V interprocess 365 The ipcrm utility allows the removal of System V interprocess
367 communication (IPC) objects and the associated data structures 366 communication (IPC) objects and the associated data structures
@@ -371,7 +370,6 @@ config IPCS
371 bool "ipcs" 370 bool "ipcs"
372 default y 371 default y
373 depends on PLATFORM_LINUX 372 depends on PLATFORM_LINUX
374 select FEATURE_SUID
375 help 373 help
376 The ipcs utility is used to provide information on the currently 374 The ipcs utility is used to provide information on the currently
377 allocated System V interprocess (IPC) objects in the system. 375 allocated System V interprocess (IPC) objects in the system.