]> andersk Git - moira.git/commitdiff
add default gid (101) to gid list.
authordanw <danw>
Tue, 14 Jul 1998 01:29:54 +0000 (01:29 +0000)
committerdanw <danw>
Tue, 14 Jul 1998 01:29:54 +0000 (01:29 +0000)
gen/nfs.pc

index 2eaed2084e835d725f7abba2b166461ca59dae48..7ce9957b4213a75324caf2de3cb988ac93dd8b82 100644 (file)
@@ -304,7 +304,7 @@ void do_everyone(void)
       for (b = *p; b; b = b->next)
        {
          u = (struct user *)b->data;
-         sprintf(buf, "%s:%d", u->name, u->uid);
+         sprintf(buf, "%s:%d:101", u->name, u->uid);
          for (g = u->lists; g; g = g->next)
            strcat(buf, g->lid);
          b->data = strdup(buf);
This page took 0.039226 seconds and 5 git commands to generate.