crontab(1): Adjust the number of comment lines in front of the tab.
authorSascha Wildner <saw@online.de>
Sun, 22 Jan 2012 20:26:41 +0000 (21:26 +0100)
committerSascha Wildner <saw@online.de>
Sun, 22 Jan 2012 20:27:10 +0000 (21:27 +0100)
commit9900e41a0535e7b8c718e4d20f70095bac0d7a49
treee92c2972f732dcb66ad95db56ca095c50daf890b
parentfb1511701b1cb3fcf5638518190a09b1dedde807
crontab(1): Adjust the number of comment lines in front of the tab.

In 229cb57b2cbab37a8a0cc1499cebf7e9c9e1deec I removed the third line
of comment that crontab(1) puts in front of the tab file (which was
the CVS ID of crontab.c), but I forgot to adjust the #define saying
how much lines to skip.

This led to the first line of comment written by the user not being
visible in crontab -e.

Reported-by: lentferj
usr.sbin/cron/crontab/crontab.c