]> andersk Git - moira.git/commitdiff
fixed header again - tom
authornocuser <nocuser>
Sun, 2 Jan 1994 16:11:49 +0000 (16:11 +0000)
committernocuser <nocuser>
Sun, 2 Jan 1994 16:11:49 +0000 (16:11 +0000)
gen/hosts.dc

index 07c0b684fa345933e32adcf9c4c393e1f492a0db..a30c8a8513057550707e4e8cd6ddebd507cdfe6b 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.106492 seconds and 5 git commands to generate.