diff --git a/rc.syslog b/rc.syslog index 86bb1bb..fe6c16b 100644 --- a/rc.syslog +++ b/rc.syslog @@ -196,11 +196,11 @@ case "$1" in echo -n "Shutting down syslog services" if test "$start_klogd" = yes ; then - killproc -TERM ${klog_bin} ; rc_status + killproc ${klog_bin} ; rc_status else - killproc -TERM ${klog_bin} + killproc ${klog_bin} fi - killproc -p ${syslog_use_pid} -TERM ${syslog_use} ; rc_status -v + killproc -p ${syslog_use_pid} ${syslog_use} ; rc_status -v rm -f /var/lock/subsys/syslogd ;; try-restart|condrestart) diff --git a/syslogd.changes b/syslogd.changes index ce72c78..43887ff 100644 --- a/syslogd.changes +++ b/syslogd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 16 17:22:27 CEST 2010 - werner@suse.de + +- Newer killproc sends only SIGTERM as required by LSB if -TERM is + specified on the command line. Use the default which is SIGTERM + ------------------------------------------------------------------- Tue May 4 15:58:23 CEST 2010 - pczanik@fang.fa.gau.hu diff --git a/syslogd.spec b/syslogd.spec index 4b2e6c0..be6fb28 100644 --- a/syslogd.spec +++ b/syslogd.spec @@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed Provides: syslog AutoReqProv: on Version: 1.4.1 -Release: 716 +Release: 717 Summary: The Syslog daemon Source: sysklogd-1.4.1.tar.bz2 Source1: logrotate.syslog