]> andersk Git - moira.git/commitdiff
create #0 filesys and nfsphys
authormar <mar>
Mon, 12 Feb 1990 12:50:24 +0000 (12:50 +0000)
committermar <mar>
Mon, 12 Feb 1990 12:50:24 +0000 (12:50 +0000)
db/newmoira.qc

index 9dfe91fad3b19bd3bdda29772f53f5dbe4d6a064..f33788d9c6aaf1caee09dc1409736925f9f28500 100644 (file)
@@ -207,6 +207,16 @@ char **argv;
        printf("Unable to install 0 list\n");
        exit(1);
     }
+##  append filesys (label = "[none]", type = "NONE")
+    if (ingres_errno) {
+       printf("Unable to install 0 filesys\n");
+       exit(1);
+    }
+##  append nfsphys (device = "/dev/null")
+    if (ingres_errno) {
+       printf("Unable to install 0 filesys\n");
+       exit(1);
+    }
 
     /* magic for ALL_USERS */
 ##  append users (login = "default", users_id = 1, potype="NONE")
This page took 0.050173 seconds and 5 git commands to generate.