]> andersk Git - moira.git/commitdiff
the name on machine 0 had to be uppercase to make fsgroups work right.
authormar <mar>
Fri, 28 Apr 1989 16:27:16 +0000 (16:27 +0000)
committermar <mar>
Fri, 28 Apr 1989 16:27:16 +0000 (16:27 +0000)
db/newmoira.qc

index 0741da650f06245d6e15de21c9198a0551f91a8f..36f0cbb812c1741928b397ec626bb2f0d63e0fb2 100644 (file)
@@ -176,7 +176,7 @@ char **argv;
        printf("Unable to install 0 user\n");
        exit(1);
     }
-##  append machine (name = "[none]", #type="NONE")
+##  append machine (name = "[NONE]", #type="NONE")
     if (ingres_errno) {
        printf("Unable to install 0 machine\n");
        exit(1);
This page took 0.083263 seconds and 5 git commands to generate.