]> www.vanbest.org Git - sasc-ng.git/commitdiff
Fix for logrotate crashing sasc-ng with SIGHUP
authorJan-Pascal van Best <janpascal@vanbest.org>
Mon, 28 Jan 2013 08:32:57 +0000 (09:32 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Mon, 28 Jan 2013 08:32:57 +0000 (09:32 +0100)
debian/changelog
debian/sasc-ng-common.sasc-ng.logrotate

index 354a656454d1b577565be34f1121392b5648dd18..05e3b00854129997e6d0511d0afd7e4d5da15e7c 100644 (file)
@@ -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 <janpascal@vanbest.org>  Mon, 28 Jan 2013 09:31:18 +0100
+ -- Jan-Pascal van Best <janpascal@vanbest.org>  Mon, 28 Jan 2013 09:32:21 +0100
 
 sasc-ng (620-4) local; urgency=low
 
index 68007951d67125b0b2345288440b05b56fcc9057..4bec96838b8683b5f2a385cc3e5e37377855e083 100644 (file)
@@ -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
 }