rsyslog: replace killall with pkill in logrotate script
Avoid psmisc dependency by instead relying on the procps-ng pkill for sending a HUP signal.
This commit is contained in:
parent
be5b5a73a9
commit
b0fac3ce43
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
missingok
|
||||
sharedscripts
|
||||
postrotate
|
||||
killall -HUP rsyslogd
|
||||
pkill -HUP rsyslogd
|
||||
endscript
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rsyslog'
|
||||
pkgname=rsyslog
|
||||
version=8.2001.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
|
||||
--enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
|
||||
|
|
Loading…
Reference in a new issue