search for: _rc_rv

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

2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...tatus"; 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_rc() { #echo -n " [${_SMSG[${_RC_RV}]}] " if test ${_RC_RV} = 0; then success " [${_SMSG[${_RC_RV}]}] " else failure " [${_SMSG[${_RC_RV}]}] " fi } elif test -e /lib/lsb/init-functions; then # LSB . /lib/lsb/init-functions if alias log_success_msg >/dev/null 2&gt...