]> andersk Git - moira.git/commitdiff
changed name of database from sms to moira
authormar <mar>
Tue, 29 Sep 1992 15:47:42 +0000 (15:47 +0000)
committermar <mar>
Tue, 29 Sep 1992 15:47:42 +0000 (15:47 +0000)
gen/passwd.dc

index 658163ab0eca67f8876484d372df06ecedbc2c3a..835f61bf3166103debc784f6c05c004295b76f7d 100644 (file)
@@ -35,10 +35,10 @@ char **argv;
     EXEC SQL END DECLARE SECTION;
 
 #ifsql INGRES
-    EXEC SQL CONNECT sms;
+    EXEC SQL CONNECT moira;
 #endsql
 #ifsql INFORMIX
-    EXEC SQL DATABASE sms;
+    EXEC SQL DATABASE moira;
 #endsql
 
     if (argc == 2) {
This page took 0.044325 seconds and 5 git commands to generate.