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:
parent
83b531f31f
commit
c871effc7c
@ -196,11 +196,11 @@ case "$1" in
|
|||||||
|
|
||||||
echo -n "Shutting down syslog services"
|
echo -n "Shutting down syslog services"
|
||||||
if test "$start_klogd" = yes ; then
|
if test "$start_klogd" = yes ; then
|
||||||
killproc -TERM ${klog_bin} ; rc_status
|
killproc ${klog_bin} ; rc_status
|
||||||
else
|
else
|
||||||
killproc -TERM ${klog_bin}
|
killproc ${klog_bin}
|
||||||
fi
|
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
|
rm -f /var/lock/subsys/syslogd
|
||||||
;;
|
;;
|
||||||
try-restart|condrestart)
|
try-restart|condrestart)
|
||||||
|
@ -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
|
Tue May 4 15:58:23 CEST 2010 - pczanik@fang.fa.gau.hu
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed
|
|||||||
Provides: syslog
|
Provides: syslog
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 716
|
Release: 717
|
||||||
Summary: The Syslog daemon
|
Summary: The Syslog daemon
|
||||||
Source: sysklogd-1.4.1.tar.bz2
|
Source: sysklogd-1.4.1.tar.bz2
|
||||||
Source1: logrotate.syslog
|
Source1: logrotate.syslog
|
||||||
|
Loading…
Reference in New Issue
Block a user