]> granicus.if.org Git - cronie/commitdiff
Remove header in user's crontab.
authormmaslano <mmaslano@redhat.com>
Fri, 17 Aug 2007 12:53:24 +0000 (14:53 +0200)
committermmaslano <mmaslano@redhat.com>
Fri, 17 Aug 2007 12:53:24 +0000 (14:53 +0200)
crontab.c

index 6a30f8a4585a17d2f58e9253667d1d58af22f565..1c9eea5b934d9486a85c355454b2a13a50916b23 100644 (file)
--- a/crontab.c
+++ b/crontab.c
@@ -32,7 +32,7 @@ static char rcsid[] = "$Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $";
 
 #include "cron.h"
 
-#define NHEADER_LINES 3
+#define NHEADER_LINES 0
 
 enum opt_t     { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace };
 
@@ -554,9 +554,10 @@ replace_cmd(void) {
         *
         * VERY IMPORTANT: make sure NHEADER_LINES agrees with this code.
         */
-       fprintf(tmp, "# DO NOT EDIT THIS FILE - edit the master and reinstall.\n");
-       fprintf(tmp, "# (%s installed on %-24.24s)\n", Filename, ctime(&now));
-       fprintf(tmp, "# (Cron version %s -- %s)\n", CRON_VERSION, rcsid);
+       /*fprintf(tmp, "# DO NOT EDIT THIS FILE - edit the master and reinstall.\n");
+        *fprintf(tmp, "# (%s installed on %-24.24s)\n", Filename, ctime(&now));
+        *fprintf(tmp, "# (Cron version %s -- %s)\n", CRON_VERSION, rcsid);
+        */
 
        /* copy the crontab to the tmp
         */