projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b31586
)
tito <farmatito@tiscali.it> noticed that delgroup was actually
author
Eric Andersen
<andersen@codepoet.org>
Wed, 3 Jul 2002 19:50:23 +0000
(19:50 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 3 Jul 2002 19:50:23 +0000
(19:50 -0000)
setting CONFIG_DELUSER. Oops.
loginutils/config.in
patch
|
blob
|
history
diff --git
a/loginutils/config.in
b/loginutils/config.in
index 1d8a98633e47ea64cc6268e31d26f8b34c197c6c..6280ff2a6ff1d2d83095398a19df9fa4b527b595 100644
(file)
--- 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