]> andersk Git - moira.git/commitdiff
Once more.
authorzacheiss <zacheiss>
Wed, 18 Jul 2007 19:38:27 +0000 (19:38 +0000)
committerzacheiss <zacheiss>
Wed, 18 Jul 2007 19:38:27 +0000 (19:38 +0000)
gen/mailhosts.gen

index 9a5f7da71304b1ed8603da5b2dfb45ce0731fc0d..310021131db9982047667e0ddea957f1ac9fcee8 100755 (executable)
@@ -29,9 +29,9 @@ umask 022;
 open(OUT, ">$outfile") || exit $MR_OCONFIG;
 
 print OUT "; MIT Network Host Table\n;\n";
-print OUT "; \t\$Author$\n";
-print OUT "; \t\$Date$\n";
-print OUT "; \t\$Revision$\n";
+print OUT "; \t\$" . "Author:" . " \$\n";
+print OUT "; \t\$" . "Date:" . " \$\n";
+print OUT "; \t\$" . "Revision:" . " \$\n";
 print OUT "; Host table generated by Moira at $tnow\n;\n";
 
 while (($label, $name) = $sth->fetchrow_array) {
This page took 0.116306 seconds and 5 git commands to generate.