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/defconfig | |
parent | 91de7c0328d1ab3f32c8b9eb4bc6c3cd9cdf0b23 (diff) |
deluser: add optional support for removing users from groups
(by Tito <farmatito@tiscali.it>)
Diffstat (limited to 'scripts/defconfig')
-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 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 |