rsyslog: update logrotate file for systemd.

This commit is contained in:
Juan RP 2011-10-11 05:47:17 +02:00
parent fffbc1f0da
commit 0a60065bef
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
missingok
sharedscripts
postrotate
/etc/init.d/rsyslogd reload >/dev/null 2>&1 || true
systemctl try-restart rsyslog >/dev/null 2>&1 || true
endscript
}

View File

@ -1,7 +1,7 @@
# Template file for 'rsyslog'
pkgname=rsyslog
version=5.8.5
revision=2
revision=3
homepage="http://www.rsyslog.com"
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
build_style=gnu_configure