https://bugzilla.novell.com/show_bug.cgi?id=808980 https://bugzilla.novell.com/show_bug.cgi?id=808980#c1 --- Comment #1 from Joschi Brauchle <joschibrauchle@gmx.de> 2013-03-12 17:38:01 UTC --- This patch would fix it: --- a/etc/rc.status 2013-03-12 18:36:37.422052010 +0100 +++ b/etc/rc.status 2013-02-06 13:22:19.000000000 +0100 @@ -46,8 +46,7 @@ _rc_base=`readlink "$0"` _rc_base=${_rc_base##*/} case "$_rc_base" in - boot.*) _rc_base=${_rc_base#boot.} + boot.*) _rc_base=${_rc_base#boot.};; + rc*) _rc_base=${_rc_base#rc};; esac else _rc_base=${0##*/rc} -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.