Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-02-04 19:25:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-01-22 
14:54:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-02-04 
19:25:52.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  4 10:52:44 UTC 2013 - [email protected]
+
+- Avoid to stumble over missing /dev/stderr in boot script started
+  by systemd (work around bnc#728774o but not solve it)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 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       2013-01-22 13:56:42.000000000 
+0100
+++ new/aaa_base-12.3/files/etc/rc.status       2013-02-04 11:49:15.000000000 
+0100
@@ -55,7 +55,7 @@
        esac
        case "$1" in
            status) SYSTEMD_NO_WRAP=1 "$0" "$1" ;;
-           start|stop|reload|restart|try-restart|force-reload) echo 
"redirecting to systemctl ${SYSTEMCTL_OPTIONS} $1 ${_rc_base}" >/dev/stderr ;;
+           start|stop|reload|restart|try-restart|force-reload) echo 
"redirecting to systemctl ${SYSTEMCTL_OPTIONS} $1 ${_rc_base}" 1>&2 ;;
            *) unset _rc_base ;;
        esac
        if test -n "$_rc_base" -a -x /bin/systemctl ; then

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

Reply via email to