mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
missingok
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
killall -HUP rsyslogd
|
pkill -HUP rsyslogd
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsyslog'
|
# Template file for 'rsyslog'
|
||||||
pkgname=rsyslog
|
pkgname=rsyslog
|
||||||
version=8.2001.0
|
version=8.2001.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
|
configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
|
||||||
--enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
|
--enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
|
||||||
|
|
Loading…
Add table
Reference in a new issue