]> andersk Git - moira.git/blobdiff - db/newmoira.qc
create #0 filesys and nfsphys
[moira.git] / 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.03136 seconds and 4 git commands to generate.