http://bugzilla.novell.com/show_bug.cgi?id=506833 User jfehlig@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=506833#c5 James Fehlig <jfehlig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from James Fehlig <jfehlig@novell.com> 2009-05-27 10:50:01 MDT --- I have committed the xend init script patch below to svn for next SLE11/openSUSE11.1 maintenance update. For xendomain init script, I made the change Marius noted in original description. --- init.xend (revision 1337) +++ init.xend (revision 1747) @@ -21,8 +21,7 @@ . /etc/rc.status rc_reset -XEND=`ps ax | grep -w xend | grep -w python | awk '{ print $1 }'` -XEND=`echo $XEND` +XEND=`pidof -x /usr/sbin/xend` await_daemons_up() { @@ -115,7 +114,7 @@ if [ ! -z "$XEND" ]; then echo -n "(pid $XEND) " fi - xend status + checkproc /usr/sbin/xend ;; restart|reload) check $1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.