From e846e03500083bbc600c17bf029809cbb36c40e6 Mon Sep 17 00:00:00 2001 From: mar Date: Fri, 28 Apr 1989 16:27:16 +0000 Subject: [PATCH] the name on machine 0 had to be uppercase to make fsgroups work right. --- db/newmoira.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/newmoira.qc b/db/newmoira.qc index 0741da65..36f0cbb8 100644 --- a/db/newmoira.qc +++ b/db/newmoira.qc @@ -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); -- 2.45.1