Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.1 checked 
in at 2011-10-28 19:14:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/aaa_base (Old)
 and      /work/SRC/openSUSE:12.1/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:12.1/aaa_base/aaa_base.changes   2011-10-28 
15:35:43.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.aaa_base.new/aaa_base.changes      2011-10-28 
19:14:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 27 22:15:57 UTC 2011 - [email protected]
+
+- rc.status: only push standard options start/stop/restart/..
+  to systemd, otherwise use the normal init script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/rc.status 
new/aaa_base/files/etc/rc.status
--- old/aaa_base/files/etc/rc.status    2011-10-25 19:20:42.000000000 +0200
+++ new/aaa_base/files/etc/rc.status    2011-10-28 00:14:45.000000000 +0200
@@ -50,6 +50,10 @@
            fi
            ;;
        esac
+       case "$1" in
+           start|stop|reload|restart|try-restart|force-reload|status) echo 
"redirecting to systemctl" >/dev/stderr ;;
+           *) unset _rc_base ;;
+       esac
        if test -n "$_rc_base" -a -x /bin/systemctl ; then
            exec /bin/systemctl $1 "${_rc_base}.service"
        fi

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

Reply via email to