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:
committed by
Git OBS Bridge
parent
3df03a62cb
commit
83b531f31f
@@ -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)
|
||||
|
Reference in New Issue
Block a user