![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.1.2.1, 2009/04/28 23:30:34 | version 1.1.2.2, 2009/05/10 21:32:57 | ||
---|---|---|---|
|
|
||
#!/bin/sh | |||
# PROVIDE: dhcpcd | |||
# REQUIRE: network mountcritlocal | |||
# BEFORE: NETWORKING | |||
$_rc_subr_loaded . /etc/rc.subr | |||
name=dhcpcd | |||
rcvar=$name | |||
command=/sbin/$name | |||
pidfile=/var/run/$name.pid | |||
load_rc_config $name | |||
run_rc_command "$1" |