diff options
author | Denis Vlasenko | 2007-04-15 08:43:23 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-15 08:43:23 +0000 |
commit | be1a9d4237662f179e2b8f6c7bffd747f3f8fd73 (patch) | |
tree | cc809a026b8cb43e89a7168cf8dae52cd3104dac /loginutils/Config.in | |
parent | 91de7c0328d1ab3f32c8b9eb4bc6c3cd9cdf0b23 (diff) | |
download | busybox-be1a9d4237662f179e2b8f6c7bffd747f3f8fd73.zip busybox-be1a9d4237662f179e2b8f6c7bffd747f3f8fd73.tar.gz |
deluser: add optional support for removing users from groups
(by Tito <farmatito@tiscali.it>)
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 1d52cdf..e8ab9ec 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -74,6 +74,14 @@ config DELGROUP help Utility for deleting a group account. +config FEATURE_DEL_USER_FROM_GROUP + bool "Support for removing users from groups." + default n + depends on DELGROUP + help + If called with two non-option arguments, deluser + or delgroup will remove an user from a specified group. + config ADDUSER bool "adduser" default n |