+2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
+
+ * src/useradd.c: Remove unused Zflg.
+
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
* src/chgpasswd.c: Fix typo sp -> sg. sg_namp -> sg_name
rflg = false, /* create a system account */
sflg = false, /* shell program for new account */
uflg = false, /* specify user ID for new account */
- Uflg = false, /* create a group having the same name as the user */
- Zflg = false; /* new selinux user */
+ Uflg = false; /* create a group having the same name as the user */
static bool home_added = false;
case 'Z':
if (is_selinux_enabled () > 0) {
user_selinux = optarg;
- Zflg = true;
} else {
fprintf (stderr,
_("%s: -Z requires SELinux enabled kernel\n"),