Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory
checked in at Mon Jun 6 09:48:41 CEST 2011.



--------
--- syslogd/syslogd.changes     2011-05-27 10:05:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/syslogd/syslogd.changes        2011-05-27 
13:48:02.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 27 11:47:47 UTC 2011 - [email protected]
+
+- don't use /var/lock/subsys
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syslogd.spec ++++++
--- /var/tmp/diff_new_pack.mO9Edv/_old  2011-06-06 09:47:59.000000000 +0200
+++ /var/tmp/diff_new_pack.mO9Edv/_new  2011-06-06 09:47:59.000000000 +0200
@@ -27,7 +27,7 @@
 Provides:       syslog
 AutoReqProv:    on
 Version:        1.4.1
-Release:        733
+Release:        735
 Summary:        The Syslog daemon
 Source:         sysklogd-1.4.1.tar.bz2
 Source1:        logrotate.syslog

++++++ rc.syslog ++++++
--- /var/tmp/diff_new_pack.mO9Edv/_old  2011-06-06 09:47:59.000000000 +0200
+++ /var/tmp/diff_new_pack.mO9Edv/_new  2011-06-06 09:47:59.000000000 +0200
@@ -96,8 +96,8 @@
     test "$1" == "stop" && exit 0
     exit 5
 }
-test -s /var/lock/subsys/syslogd && {
-    read -t 5 syslog_use < /var/lock/subsys/syslogd
+test -s /run/rcsyslog && {
+    read -t 5 syslog_use < /run/rcsyslog
 }
 test -z "$syslog_use" && syslog_use=${syslog_bin}
 syslog_use_pid="/var/run/${syslog_use##*\/}.pid"
@@ -117,16 +117,16 @@
 rc_reset
 case "$1" in
     start)
-       if test -e /var/lock/subsys/earlysyslog ; then
+       if test -e /run/rcearlysyslog ; then
            # Syslog service already done
-           rm -f  /var/lock/subsys/earlysyslog
+           rm -f  /run/rcearlysyslog
            case "$SYSLOG_DAEMON" in
                rsyslogd) ;; # switch to normal config
                *) exit 0 ;;
            esac
        elif test "$2" = "early" ; then
            # Start syslog service early
-           > /var/lock/subsys/earlysyslog
+           > /run/rcearlysyslog
        fi
 
        if ! test -e /dev/xconsole ; then
@@ -137,7 +137,7 @@
        if test -s ${syslog_use_pid} ; then
            killproc -p ${syslog_use_pid} ${syslog_use}
            echo -n "Re-"
-           rm -f /var/lock/subsys/syslogd
+           rm -f /run/rcsyslog
        fi
        echo -n "Starting syslog services"
        test -z "$KERNEL_LOGLEVEL" && KERNEL_LOGLEVEL=1
@@ -181,7 +181,7 @@
        rc_status
 
        # Remember the currently used syslog daemon
-       echo ${syslog_bin} > /var/lock/subsys/syslogd
+       echo ${syslog_bin} > /run/rcsyslog
 
        if test $? -eq 0 ; then
            if test "$start_klogd" = yes ; then
@@ -192,7 +192,7 @@
        rc_status -v
        ;;
     stop)
-       rm -f /var/lock/subsys/earlysyslog
+       rm -f /run/rcearlysyslog
        test "$2" = "early" && exit 0
 
        echo -n "Shutting down syslog services"
@@ -202,7 +202,7 @@
            killproc ${klog_bin}
        fi
        killproc -p ${syslog_use_pid} ${syslog_use} ; rc_status -v
-       rm -f /var/lock/subsys/syslogd
+       rm -f /run/rcsyslog
        ;;
     try-restart|condrestart)
        if test "$1" = "condrestart"; then



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to