Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-01-08 13:31:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2012-11-22 
12:50:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-01-08 
13:31:55.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan  7 16:54:19 UTC 2013 - [email protected]
+
+- Merge pull request #1 from fcrozat/master
+- rc.status: allow to pass options to systemctl using SYSTEMCTL_OPTIONS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.hb8mtp/_old  2013-01-08 13:31:57.000000000 +0100
+++ /var/tmp/diff_new_pack.hb8mtp/_new  2013-01-08 13:31:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aaa_base
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ aaa_base-12.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/rc.status 
new/aaa_base-12.3/files/etc/rc.status
--- old/aaa_base-12.3/files/etc/rc.status       2012-11-20 12:15:05.000000000 
+0100
+++ new/aaa_base-12.3/files/etc/rc.status       2012-12-13 22:30:24.000000000 
+0100
@@ -55,11 +55,11 @@
        esac
        case "$1" in
            status) SYSTEMD_NO_WRAP=1 "$0" "$1" ;;
-           start|stop|reload|restart|try-restart|force-reload) echo 
"redirecting to systemctl $1 ${_rc_base}" >/dev/stderr ;;
+           start|stop|reload|restart|try-restart|force-reload) echo 
"redirecting to systemctl ${SYSTEMCTL_OPTIONS} $1 ${_rc_base}" >/dev/stderr ;;
            *) unset _rc_base ;;
        esac
        if test -n "$_rc_base" -a -x /bin/systemctl ; then
-           exec /bin/systemctl $1 "${_rc_base}"
+           exec /bin/systemctl ${SYSTEMCTL_OPTIONS} $1 "${_rc_base}"
        fi
        unset _rc_base
     fi

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

Reply via email to