From: Jan-Pascal van Best Date: Mon, 28 Jan 2013 08:32:57 +0000 (+0100) Subject: Fix for logrotate crashing sasc-ng with SIGHUP X-Git-Tag: debian/620-6~3 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=aa7a5705c28966030edc4dcce9c1c6119cd40c58;p=sasc-ng.git Fix for logrotate crashing sasc-ng with SIGHUP --- 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 }