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

Collapse All | Expand All

(-)rc.d/ddb (+6 lines)
Lines 15-20 Link Here
15
rcvar="ddb_enable"
15
rcvar="ddb_enable"
16
command="/sbin/${name}"
16
command="/sbin/${name}"
17
start_precmd="ddb_prestart"
17
start_precmd="ddb_prestart"
18
start_cmd="ddb_start"
18
stop_cmd=":"
19
stop_cmd=":"
19
20
20
ddb_prestart()
21
ddb_prestart()
Lines 25-30 Link Here
25
	fi
26
	fi
26
}
27
}
27
28
29
ddb_start()
30
{
31
	${command} ${command_args}
32
}
33
28
load_rc_config $name
34
load_rc_config $name
29
35
30
required_files="${ddb_config}"
36
required_files="${ddb_config}"

Return to bug 206291