diff options
| author | Greg Frost <gregfrost1@bigpond.com> | 2010-01-15 21:12:55 (GMT) | 
|---|---|---|
| committer | Greg Frost <gregfrost1@bigpond.com> | 2010-01-15 21:12:55 (GMT) | 
| commit | 0a5b10a03a617417adf719dc4d399f49f832b9b7 (patch) | |
| tree | 8ef4d66a0762b5576d3026fba453ceb83e17661f /abs/core-testing/syslog-ng/syslog-ng.logrotate | |
| parent | 75aed93d0d9f4394496ef8a742bfdc9e5e66f815 (diff) | |
| download | linhes_pkgbuild-0a5b10a03a617417adf719dc4d399f49f832b9b7.zip linhes_pkgbuild-0a5b10a03a617417adf719dc4d399f49f832b9b7.tar.gz linhes_pkgbuild-0a5b10a03a617417adf719dc4d399f49f832b9b7.tar.bz2 | |
syslog-ng: fix logrotate
Diffstat (limited to 'abs/core-testing/syslog-ng/syslog-ng.logrotate')
| -rw-r--r-- | abs/core-testing/syslog-ng/syslog-ng.logrotate | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/abs/core-testing/syslog-ng/syslog-ng.logrotate b/abs/core-testing/syslog-ng/syslog-ng.logrotate index 75da1b0..b26dfb4 100644 --- a/abs/core-testing/syslog-ng/syslog-ng.logrotate +++ b/abs/core-testing/syslog-ng/syslog-ng.logrotate @@ -2,6 +2,6 @@  	missingok  	sharedscripts  	postrotate -		/bin/kill -HUP `cat /var/run/syslog-ng.pid 2>/dev/null`  2> /dev/null || true +		/usr/bin/killall -HUP -q syslog-ng  	endscript  } | 
