2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>

* mkpasswd.cc (main): On Win95, output both a default line and a
       line for the current user (if known) with a pseudorandom uid. If
       the -u switch is given, produce a line for the specified user.
       * mkgroup.cc (main): On Win95 change the group name from "unknown" to
       "all".
This commit is contained in:
Pierre Humblet
2003-03-01 16:38:26 +00:00
parent 5a082e9eac
commit f78765dadd
3 changed files with 35 additions and 17 deletions

View File

@@ -612,7 +612,7 @@ main (int argc, char **argv)
/* This takes Windows 9x/ME into account. */
if (!isNT)
{
printf ("unknown::%ld:\n", DOMAIN_ALIAS_RID_ADMINS);
printf ("all::%ld:\n", DOMAIN_ALIAS_RID_ADMINS);
return 0;
}