aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 04:47:43 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 04:47:43 +0000
commit37c40546e98a0f26621a2d41c6409ea6d28fc849 (patch)
treec6f6e49920b7900bec59deef3364f3938a313cfa /sysdeps/linux
parent94f0de0826a8ac7dac8bfb8604fde53e2b78b0c5 (diff)
downloadbusybox-w32-37c40546e98a0f26621a2d41c6409ea6d28fc849.tar.gz
busybox-w32-37c40546e98a0f26621a2d41c6409ea6d28fc849.tar.bz2
busybox-w32-37c40546e98a0f26621a2d41c6409ea6d28fc849.zip
Cleanup shadow.h stuff so it behaves as intended
-Erik git-svn-id: svn://busybox.net/trunk/busybox@4990 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-rw-r--r--sysdeps/linux/config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index e2ae0e8c4..adcc77089 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -20,10 +20,6 @@ bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID
20if [ "$CONFIG_FEATURE_SUID" = "y" ]; then 20if [ "$CONFIG_FEATURE_SUID" = "y" ]; then
21 bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG 21 bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG
22fi 22fi
23bool 'Use busybox password and group functions' CONFIG_USE_BB_PWD_GRP
24if [ "$CONFIG_USE_BB_PWD_GRP" = "y" ]; then
25 bool ' Use busybox shadow password functions' CONFIG_USE_BB_SHADOW
26fi
27endmenu 23endmenu
28 24
29source archival/config.in 25source archival/config.in