search for: _smsg

Displaying 1 result from an estimated 1 matches for "_smsg".

Did you mean: _msg
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
.../xendomains fi test -r $XENDOM_CONFIG || { echo "$XENDOM_CONFIG not existing"; if [ "$1" = "stop" ]; then exit 0; else exit 6; fi; } . $XENDOM_CONFIG if test -e /etc/rc.status; then # SUSE rc script library . /etc/rc.status else _cmd=$1 declare -a _SMSG if test "${_cmd}" = "status"; then _SMSG=(running dead dead unused unknown) _RC_UNUSED=3 else _SMSG=(done failed failed missed failed skipped unused failed failed) _RC_UNUSED=6 fi if test -e /etc/init.d/functions; then # REDHAT . /etc/init.d/functions echo...