View | Details | Raw Unified | Return to bug 279198 | Differences between
and this patch

Collapse All | Expand All

(-)devd (-1 / +1 lines)
Lines 15-21 desc="Device state change daemon" Link Here
15
rcvar="devd_enable"
15
rcvar="devd_enable"
16
command="/sbin/${name}"
16
command="/sbin/${name}"
17
17
18
start_precmd=${name}_prestart
19
stop_precmd=find_pidfile
18
stop_precmd=find_pidfile
20
19
21
find_pidfile()
20
find_pidfile()
Lines 39-42 devd_prestart() Link Here
39
}
38
}
40
39
41
load_rc_config $name
40
load_rc_config $name
41
devd_prestart
42
run_rc_command "$1"
42
run_rc_command "$1"

Return to bug 279198