From: Frank Lichtenheld Date: Mon, 10 Dec 2007 18:34:26 +0000 (+0100) Subject: crontab: Add missing newline at EOF X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=1754e06c78f536a2c0271987ccebff78b3027320;ds=sidebyside crontab: Add missing newline at EOF --- diff --git a/conf/crontab.sed.in b/conf/crontab.sed.in index 183eb2a..5aa6826 100644 --- a/conf/crontab.sed.in +++ b/conf/crontab.sed.in @@ -1,4 +1,4 @@ # Example crontab 55 22 * * * %TOPDIR%/bin/daily @reboot rm -f %TOPDIR%/files/cron.lock -@reboot rm -f %TOPDIR%/files/changelogs.lock \ No newline at end of file +@reboot rm -f %TOPDIR%/files/changelogs.lock