From d64f665d19378b96b5149e2c1e237a7804909737 Mon Sep 17 00:00:00 2001 From: nocuser Date: Sun, 2 Jan 1994 16:11:49 +0000 Subject: [PATCH] fixed header again - tom --- gen/hosts.dc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gen/hosts.dc b/gen/hosts.dc index 07c0b684..a30c8a85 100644 --- a/gen/hosts.dc +++ b/gen/hosts.dc @@ -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 -- 2.45.2