]> andersk Git - moira.git/blobdiff - db/newmoira.dc
Fixed an Imakefile glitch
[moira.git] / db / newmoira.dc
index 4b96264a4b2ee041c7be6589fee64e19c5d65c87..2c1b530df42425b3fd69597b772aa040b1e73fec 100644 (file)
@@ -238,6 +238,14 @@ char **argv;
        printf("SQL error: %s\n",buffer);
        exit(1);
     }
+    EXEC SQL INSERT INTO subnet (name)
+      VALUES ('NONE');
+    if (ingres_errno) {
+       printf("Unable to install 0 subnet\n");
+       EXEC SQL INQUIRE_SQL (:buffer = ERRORTEXT);
+       printf("SQL error: %s\n",buffer);
+       exit(1);
+    }
     EXEC SQL INSERT INTO cluster (name)
       VALUES ('[unassigned]');
     if (ingres_errno) {
@@ -466,3 +474,11 @@ int followup_guax() {}
 int followup_uuac() {}
 int get_end_members_of_list() {}
 int _sdl_followup() {}
+int access_host() {}
+int access_ahal() {}
+int setup_dsnt() {}
+int setup_ahst() {}
+int setup_ahal() {}
+int followup_gsnt() {}
+int followup_ghst() {}
+int access_snt() {}
This page took 0.129091 seconds and 4 git commands to generate.