tito <farmatito@tiscali.it> noticed that delgroup was actually

setting CONFIG_DELUSER.  Oops.
This commit is contained in:
Eric Andersen 2002-07-03 19:50:23 +00:00
parent 0b31586c71
commit 360e254954

View File

@ -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