Hello community,

here is the log from the commit of package monit for openSUSE:Factory checked 
in at 2013-03-24 21:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monit (Old)
 and      /work/SRC/openSUSE:Factory/.monit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monit", Maintainer is "lmue...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/monit/monit.changes      2012-11-06 
16:13:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.monit.new/monit.changes 2013-03-24 
21:50:24.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 12 03:57:36 UTC 2013 - poelzleith...@b1-systems.de
+
+- use relative path for dirname in init script. dirname is not 
+  longer in /bin, therefor the init script is broken
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ monit.spec ++++++
--- /var/tmp/diff_new_pack.wSkUxI/_old  2013-03-24 21:51:05.000000000 +0100
+++ /var/tmp/diff_new_pack.wSkUxI/_new  2013-03-24 21:51:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package monit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #               Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties

++++++ monit-vendor-files.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/init/monit.tmpl 
new/vendor-files/init/monit.tmpl
--- old/vendor-files/init/monit.tmpl    2012-01-26 00:24:17.000000000 +0100
+++ new/vendor-files/init/monit.tmpl    2013-03-14 13:47:31.000000000 +0100
@@ -74,13 +74,13 @@
 case "$1" in
        start)
                echo -n "Starting monit "
-               /bin/mkdir -p -m0700 "/var/run/monit"
+               mkdir -p -m0700 "/var/run/monit"
                if test "yes" = "${MONIT_VIA_INITTAB}"; then
                        echo "via /etc/inittab"
                        "${MONIT_MODIFY_INITTAB}" --add && echo -en "${esc}[1A"
                else
-            PID_DIR=$(/bin/dirname "$MONIT_PID_FILE")
-            [ -n "$PID_DIR" ] && /bin/mkdir -p -m0700 "$PID_DIR"
+            PID_DIR=$(dirname "$MONIT_PID_FILE")
+            [ -n "$PID_DIR" ] && mkdir -p -m0700 "$PID_DIR"
                        checkproc -p "${MONIT_PID_FILE}" "${MONIT_BIN}" && \
                                echo -n " Warning: monit already running. "
                        startproc -p "${MONIT_PID_FILE}" "${MONIT_BIN}" -c 
"${MONIT_RC_FILE}" ${MONIT_ARGS}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to