Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2012-01-11 15:35:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2011-12-27 18:34:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2012-01-11 15:35:52.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 9 14:35:48 UTC 2012 - [email protected] + +- Strip boot. also from rc symbolic links (bnc#739217) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-12-23 15:27:45.000000000 +0100 +++ new/aaa_base/files/etc/rc.status 2012-01-09 15:34:51.000000000 +0100 @@ -45,6 +45,9 @@ if test -L "$0"; then _rc_base=`readlink "$0"` _rc_base=${_rc_base##*/} + case "$_rc_base" in + boot.*) _rc_base=${_rc_base#boot.} + esac else _rc_base=${0##*/rc} fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
