Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.2 checked 
in at 2012-08-07 21:50:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/aaa_base (Old)
 and      /work/SRC/openSUSE:12.2/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/aaa_base/aaa_base.changes   2012-08-04 
08:58:35.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.aaa_base.new/aaa_base.changes      2012-08-07 
21:50:23.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 07:23:32 UTC 2012 - lnus...@suse.de
+
+- honor $SYSTEMD_NO_WRAP again (bnc#774754)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/sbin/service 
new/aaa_base/files/sbin/service
--- old/aaa_base/files/sbin/service     2012-07-31 16:51:32.000000000 +0200
+++ new/aaa_base/files/sbin/service     2012-08-07 09:21:10.000000000 +0200
@@ -32,7 +32,7 @@
 
 exec_rc ()
 {
-    if sd_booted; then
+    if sd_booted && test -z "$SYSTEMD_NO_WRAP"; then
        case "$2" in
            "")
                echo "Usage: $0 "$1" 
{start|stop|reload|restart|try-restart|force-reload|status}"

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

Reply via email to