Accepting request 43076 from Base:System

checked in (request 43076)

OBS-URL: https://build.opensuse.org/request/show/43076
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=25
This commit is contained in:
OBS User autobuild
2010-07-19 12:27:01 +00:00
committed by Git OBS Bridge
parent 3df03a62cb
commit 83b531f31f
2 changed files with 3 additions and 9 deletions

View File

@@ -196,11 +196,11 @@ case "$1" in
echo -n "Shutting down syslog services"
if test "$start_klogd" = yes ; then
killproc ${klog_bin} ; rc_status
killproc -TERM ${klog_bin} ; rc_status
else
killproc ${klog_bin}
killproc -TERM ${klog_bin}
fi
killproc -p ${syslog_use_pid} ${syslog_use} ; rc_status -v
killproc -p ${syslog_use_pid} -TERM ${syslog_use} ; rc_status -v
rm -f /var/lock/subsys/syslogd
;;
try-restart|condrestart)