Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2014-01-07 17:17:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2013-12-19 
12:38:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2014-01-07 
17:18:01.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan  7 12:51:49 UTC 2014 - lnus...@suse.de
+
+- make rcfoo usable for not enabled services (bnc#856986)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.SitZAW/_old  2014-01-07 17:18:02.000000000 +0100
+++ /var/tmp/diff_new_pack.SitZAW/_new  2014-01-07 17:18:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aaa_base
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-13.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.1/files/usr/sbin/service 
new/aaa_base-13.1/files/usr/sbin/service
--- old/aaa_base-13.1/files/usr/sbin/service    2013-12-18 14:14:12.000000000 
+0100
+++ new/aaa_base-13.1/files/usr/sbin/service    2014-01-07 11:07:03.000000000 
+0100
@@ -56,7 +56,7 @@
        if test -x ${RCDIR}/$rc; then
                return 0
        fi
-       if sd_booted && systemctl --full --no-legend --no-pager --type=service 
--all list-units 2>/dev/null|grep -q "^$rc.service"; then
+       if sd_booted && systemctl --full --no-legend --no-pager --type=service 
--all list-unit-files 2>/dev/null|grep -q "^$rc.service"; then
                return 0
        fi
        return 1

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

Reply via email to