Files
pkgsrc-ng/net/dhcpcd/files/dhcpcd.sh
2013-09-26 17:14:40 +02:00

16 lines
267 B
Bash
Executable File

#!@RCD_SCRIPTS_SHELL@
# PROVIDE: dhcpcd
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING
$_rc_subr_loaded . /etc/rc.subr
name="dhcpcd"
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="@VARBASE@/run/${name}.pid"
load_rc_config $name
run_rc_command "$1"