From 4ca8c0abd2478c1d440d1d8b8505ac4794b9fe4c Mon Sep 17 00:00:00 2001 From: mkochano Date: Mon, 9 Apr 2001 08:00:47 +0000 Subject: [PATCH] - Corrected killall location: /usr/bin/killall -> /bin/killall. Changed files: cron.logrotate -> 1.4 --- cron.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.logrotate b/cron.logrotate index a0f51d1..05bd564 100644 --- a/cron.logrotate +++ b/cron.logrotate @@ -1,5 +1,5 @@ /var/log/cron { postrotate - /usr/bin/killall -HUP crond + /bin/killall -HUP crond endscript } -- 2.44.0