diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-08 18:34:03 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-08 18:34:03 +0100 |
commit | 92e531458a6c0e6464fbdc1463f91edc7fb752c7 (patch) | |
tree | 72062fc0e07619658d45b88172f230fc0ab34422 /util-linux | |
parent | 12d97b66805f87e535962963e858fc2422ffdbc7 (diff) | |
download | busybox-w32-1_18_3.tar.gz busybox-w32-1_18_3.tar.bz2 busybox-w32-1_18_3.zip |
Apply post-1.18.2 fixes, bump version to 1.18.31_18_3
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index c71b4de38..0f865acfd 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -354,7 +354,6 @@ config FEATURE_HWCLOCK_ADJTIME_FHS | |||
354 | config IPCRM | 354 | config IPCRM |
355 | bool "ipcrm" | 355 | bool "ipcrm" |
356 | default y | 356 | default y |
357 | select FEATURE_SUID | ||
358 | help | 357 | help |
359 | The ipcrm utility allows the removal of System V interprocess | 358 | The ipcrm utility allows the removal of System V interprocess |
360 | communication (IPC) objects and the associated data structures | 359 | communication (IPC) objects and the associated data structures |
@@ -364,7 +363,6 @@ config IPCS | |||
364 | bool "ipcs" | 363 | bool "ipcs" |
365 | default y | 364 | default y |
366 | depends on PLATFORM_LINUX | 365 | depends on PLATFORM_LINUX |
367 | select FEATURE_SUID | ||
368 | help | 366 | help |
369 | The ipcs utility is used to provide information on the currently | 367 | The ipcs utility is used to provide information on the currently |
370 | allocated System V interprocess (IPC) objects in the system. | 368 | allocated System V interprocess (IPC) objects in the system. |