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

(-)a/files/etc/rc.status (-1 / +2 lines)
Lines 37-42 if /bin/mountpoint -q /sys/fs/cgroup/systemd > /dev/null 2>&1 ; then Link Here
37
    if test $PPID -ne 1 -a $# -eq 1 ; then
37
    if test $PPID -ne 1 -a $# -eq 1 ; then
38
	_rc_base=
38
	_rc_base=
39
	case "$0" in
39
	case "$0" in
40
	/etc/init.d/boot.*)
41
	    _rc_base=${0##*/boot.} ;;
40
	/etc/init.d/*)
42
	/etc/init.d/*)
41
	    _rc_base=${0##*/} ;;
43
	    _rc_base=${0##*/} ;;
42
	*/rc*)
44
	*/rc*)
43
- 

Return to bug 719214