Hello community,

here is the log from the commit of package unscd for openSUSE:Factory checked 
in at 2013-01-29 06:49:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unscd (Old)
 and      /work/SRC/openSUSE:Factory/.unscd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unscd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unscd/unscd.changes      2013-01-08 
15:00:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.unscd.new/unscd.changes 2013-01-29 
06:49:03.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 28 09:36:13 UTC 2013 - [email protected]
+
+- Move everything (socket and pid files) to /run.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ init.d ++++++
--- /var/tmp/diff_new_pack.OfbIZd/_old  2013-01-29 06:49:04.000000000 +0100
+++ /var/tmp/diff_new_pack.OfbIZd/_new  2013-01-29 06:49:04.000000000 +0100
@@ -39,7 +39,7 @@
 test -r $NSCD_CONFIG || { echo "$NSCD_CONFIG not existing";
     if [ "$1" = "stop" ]; then exit 0; else exit 6; fi; }
 
-NSCD_PID=/var/run/nscd/nscd.pid
+NSCD_PID=/run/nscd/nscd.pid
 
 # Shell functions sourced from /etc/rc.status:
 #      rc_check         check and set local and overall rc status
@@ -73,7 +73,7 @@
        echo -n "Shutting down Name Service Cache Daemon"
        /sbin/killproc -p $NSCD_PID -TERM $NSCD_BIN
        # if nscd does not run as root, it cannot remove this files:
-       rm -f /var/run/nscd/socket $NSCD_PID
+       rm -f /run/nscd/socket $NSCD_PID
        rc_status -v
        ;;
     try-restart|condrestart)

++++++ nscd-0.48.c ++++++
--- /var/tmp/diff_new_pack.OfbIZd/_old  2013-01-29 06:49:04.000000000 +0100
+++ /var/tmp/diff_new_pack.OfbIZd/_new  2013-01-29 06:49:04.000000000 +0100
@@ -2034,10 +2034,10 @@
 ** Initialization
 */
 
-#define NSCD_PIDFILE    "/var/run/nscd/nscd.pid"
-#define NSCD_DIR        "/var/run/nscd"
-#define NSCD_SOCKET     "/var/run/nscd/socket"
-#define NSCD_SOCKET_OLD "/var/run/.nscd_socket"
+#define NSCD_PIDFILE    "/run/nscd/nscd.pid"
+#define NSCD_DIR        "/run/nscd"
+#define NSCD_SOCKET     "/run/nscd/socket"
+#define NSCD_SOCKET_OLD "/run/.nscd_socket"
 
 static smallint wrote_pidfile;
 

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

Reply via email to