View | Details | Raw Unified | Return to bug 800573
Collapse All | Expand All

(-)etc/rc.status.orig (-1 / +1 lines)
Lines 54-60 if test -z "$SYSTEMD_NO_WRAP" && /bin/mo Link Here
54
	    ;;
54
	    ;;
55
	esac
55
	esac
56
	case "$1" in
56
	case "$1" in
57
	    start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >/dev/stderr ;;
57
	    start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >&2 ;;
58
	    *) unset _rc_base ;;
58
	    *) unset _rc_base ;;
59
	esac
59
	esac
60
	if test -n "$_rc_base" -a -x /bin/systemctl ; then
60
	if test -n "$_rc_base" -a -x /bin/systemctl ; then

Return to bug 800573