tito <farmatito@tiscali.it> noticed that delgroup was actually
setting CONFIG_DELUSER.  Oops.
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 @@
 
 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