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

(-)files/etc/rc.status (+4 lines)
Lines 48-53 Link Here
48
	    else
48
	    else
49
		_rc_base=${0##*/rc}
49
		_rc_base=${0##*/rc}
50
	    fi
50
	    fi
51
	    case "$1" in
52
	    	start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >/dev/stderr ;;
53
		*) unset _rc_base ;;
54
	    esac
51
	    ;;
55
	    ;;
52
	esac
56
	esac
53
	if test -n "$_rc_base" -a -x /bin/systemctl ; then
57
	if test -n "$_rc_base" -a -x /bin/systemctl ; then

Return to bug 725942