* mkgroup.c (main): Don't print an entry for "Everyone".

* mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user.
	(main): Don't print an entry for "Everyone".
This commit is contained in:
Corinna Vinschen
2002-08-02 11:14:35 +00:00
parent 23d93d8db7
commit 32c803daa2
3 changed files with 15 additions and 4 deletions

View File

@@ -567,11 +567,14 @@ main (int argc, char **argv)
return 1;
}
#if 0
/*
* Get `Everyone' group
*/
print_special (print_sids, &sid_world_auth, 1, SECURITY_WORLD_RID,
0, 0, 0, 0, 0, 0, 0);
#endif
/*
* Get `system' group
*/