From: kloczek Date: Tue, 26 Jan 1999 03:19:43 +0000 (+0000) Subject: - initial version hc-cron sources and patches. X-Git-Tag: DEVEL X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffcron.git;a=commitdiff_plain;h=8995700a09efa425f7beefe3246dc798b2a2aedb - initial version hc-cron sources and patches. Changed files: cron.logrotate -> 1.1 --- 8995700a09efa425f7beefe3246dc798b2a2aedb diff --git a/cron.logrotate b/cron.logrotate new file mode 100644 index 0000000..a0f51d1 --- /dev/null +++ b/cron.logrotate @@ -0,0 +1,5 @@ +/var/log/cron { + postrotate + /usr/bin/killall -HUP crond + endscript +}