diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-03 04:47:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-03 04:47:43 +0000 |
commit | 7234c3a0b6e95e0a3c2d907674dedfe930d491e0 (patch) | |
tree | c6f6e49920b7900bec59deef3364f3938a313cfa /sysdeps/linux | |
parent | 009ae1f17daa320836c4215c16ea1c0db12a5d07 (diff) | |
download | busybox-w32-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.tar.gz busybox-w32-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.tar.bz2 busybox-w32-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.zip |
Cleanup shadow.h stuff so it behaves as intended
-Erik
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/config.in | 4 |
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 | |||
20 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then | 20 | if [ "$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 |
22 | fi | 22 | fi |
23 | bool 'Use busybox password and group functions' CONFIG_USE_BB_PWD_GRP | ||
24 | if [ "$CONFIG_USE_BB_PWD_GRP" = "y" ]; then | ||
25 | bool ' Use busybox shadow password functions' CONFIG_USE_BB_SHADOW | ||
26 | fi | ||
27 | endmenu | 23 | endmenu |
28 | 24 | ||
29 | source archival/config.in | 25 | source archival/config.in |