diff options
author | Eric Andersen | 2002-07-03 19:50:23 +0000 |
---|---|---|
committer | Eric Andersen | 2002-07-03 19:50:23 +0000 |
commit | 360e2549544b813dd805361d04744c5a4a630bb8 (patch) | |
tree | f885b7279f3fe1be1fc1acab86a8f4f79314cfaf /loginutils/config.in | |
parent | 0b31586c7113b9b26ca0aeee9247a831b55b308c (diff) | |
download | busybox-360e2549544b813dd805361d04744c5a4a630bb8.zip busybox-360e2549544b813dd805361d04744c5a4a630bb8.tar.gz |
tito <farmatito@tiscali.it> noticed that delgroup was actually
setting CONFIG_DELUSER. Oops.
Diffstat (limited to 'loginutils/config.in')
-rw-r--r-- | loginutils/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/config.in b/loginutils/config.in index 1d8a986..6280ff2 100644 --- a/loginutils/config.in +++ b/loginutils/config.in @@ -9,9 +9,9 @@ comment 'Login/Password Management Utilities' bool 'Use internal password and group functions instead of the system functions' CONFIG_USE_BB_PWD_GRP bool 'addgroup' CONFIG_ADDGROUP +bool 'delgroup' CONFIG_DELGROUP bool 'adduser' CONFIG_ADDUSER bool 'deluser' CONFIG_DELUSER -bool 'delgroup' CONFIG_DELUSER bool 'getty' CONFIG_GETTY bool 'login' CONFIG_LOGIN if [ "$CONFIG_LOGIN" = "y" ]; then |