]> andersk Git - moira.git/blobdiff - gen/hosts.dc
Initialize the SMS error table so that if there are errors, they can be
[moira.git] / gen / hosts.dc
index 07c0b684fa345933e32adcf9c4c393e1f492a0db..8119f6e3e99e3e9dae1a511b7bf8019cd0e7d616 100644 (file)
@@ -71,10 +71,10 @@ char **argv;
     gettimeofday(&now, NULL);
     
     fprintf(out, "; MIT Network Host Table\n;\n");
-    fprintf(out, "; \t$Author$\n");
-    fprintf(out, "; \t$Date$\n");
-    fprintf(out, "; \t$Revision$\n;\n");
-    fprintf(out, "; Host table generated by Moira at;\n;\n",
+    fprintf(out, "; \t%cAuthor: $\n", '$');
+    fprintf(out, "; \t%cDate: $\n", '$');
+    fprintf(out, "; \t%cRevision: $\n;\n", '$');
+    fprintf(out, "; Host table generated by Moira at %s;\n",
            ctime(&now.tv_sec));
 
     EXEC SQL DECLARE y CURSOR FOR SELECT
This page took 0.038912 seconds and 4 git commands to generate.