Updating link to change in openSUSE:Factory/syslogd revision 31.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=37d751fb5973ba3ede7d78102c715aa5
This commit is contained in:
OBS User buildservice-autocommit 2010-07-19 12:27:02 +00:00 committed by Git OBS Bridge
parent 83b531f31f
commit c871effc7c
3 changed files with 10 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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