#include "cron.h"
-#define NHEADER_LINES 3
+#define NHEADER_LINES 0
enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace };
*
* 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
*/