diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-15 08:43:23 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-15 08:43:23 +0000 |
commit | be1a9d4237662f179e2b8f6c7bffd747f3f8fd73 (patch) | |
tree | cc809a026b8cb43e89a7168cf8dae52cd3104dac /scripts | |
parent | 91de7c0328d1ab3f32c8b9eb4bc6c3cd9cdf0b23 (diff) | |
download | busybox-w32-be1a9d4237662f179e2b8f6c7bffd747f3f8fd73.tar.gz busybox-w32-be1a9d4237662f179e2b8f6c7bffd747f3f8fd73.tar.bz2 busybox-w32-be1a9d4237662f179e2b8f6c7bffd747f3f8fd73.zip |
deluser: add optional support for removing users from groups
(by Tito <farmatito@tiscali.it>)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
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 | |||
349 | CONFIG_ADDGROUP=y | 349 | CONFIG_ADDGROUP=y |
350 | CONFIG_FEATURE_ADDUSER_TO_GROUP=y | 350 | CONFIG_FEATURE_ADDUSER_TO_GROUP=y |
351 | CONFIG_DELGROUP=y | 351 | CONFIG_DELGROUP=y |
352 | CONFIG_FEATURE_DEL_USER_FROM_GROUP=y | ||
352 | CONFIG_ADDUSER=y | 353 | CONFIG_ADDUSER=y |
353 | CONFIG_DELUSER=y | 354 | CONFIG_DELUSER=y |
354 | CONFIG_GETTY=y | 355 | CONFIG_GETTY=y |