aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-15 08:43:23 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-15 08:43:23 +0000
commitbe1a9d4237662f179e2b8f6c7bffd747f3f8fd73 (patch)
treecc809a026b8cb43e89a7168cf8dae52cd3104dac /scripts
parent91de7c0328d1ab3f32c8b9eb4bc6c3cd9cdf0b23 (diff)
downloadbusybox-be1a9d4237662f179e2b8f6c7bffd747f3f8fd73.tar.gz
deluser: add optional support for removing users from groups
(by Tito <farmatito@tiscali.it>)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig
index 009026e5a..c9086eb13 100644
--- a/scripts/defconfig
+++ b/scripts/defconfig
@@ -349,6 +349,7 @@ CONFIG_USE_BB_PWD_GRP=y
CONFIG_ADDGROUP=y
CONFIG_FEATURE_ADDUSER_TO_GROUP=y
CONFIG_DELGROUP=y
+CONFIG_FEATURE_DEL_USER_FROM_GROUP=y
CONFIG_ADDUSER=y
CONFIG_DELUSER=y
CONFIG_GETTY=y