rsyslog: fixed logrotate file, wrong service name.

This commit is contained in:
Juan RP 2011-10-11 05:49:28 +02:00
parent b4aef22d7f
commit 52f8528a05
2 changed files with 2 additions and 2 deletions

View File

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

View File

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