From aa7a5705c28966030edc4dcce9c1c6119cd40c58 Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Mon, 28 Jan 2013 09:32:57 +0100 Subject: [PATCH] Fix for logrotate crashing sasc-ng with SIGHUP --- debian/changelog | 3 ++- debian/sasc-ng-common.sasc-ng.logrotate | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 354a656..05e3b00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ sasc-ng (620-5) local; urgency=low * Added example configuration files + * Fix for logrotate crashing sasc-ng process - -- Jan-Pascal van Best Mon, 28 Jan 2013 09:31:18 +0100 + -- Jan-Pascal van Best Mon, 28 Jan 2013 09:32:21 +0100 sasc-ng (620-4) local; urgency=low diff --git a/debian/sasc-ng-common.sasc-ng.logrotate b/debian/sasc-ng-common.sasc-ng.logrotate index 6800795..4bec968 100644 --- a/debian/sasc-ng-common.sasc-ng.logrotate +++ b/debian/sasc-ng-common.sasc-ng.logrotate @@ -5,6 +5,6 @@ compress missingok postrotate - [ ! -f /var/run/sasc-ng.pid ] || kill -HUP `cat /var/run/sasc-ng.pid` + # [ ! -f /var/run/sasc-ng.pid ] || kill -HUP `cat /var/run/sasc-ng.pid` endscript } -- 2.39.5