NetBSD/etc/rc.d/dhcpcd

16 lines
232 B
Plaintext
Raw Normal View History

2009-04-29 03:30:34 +04:00
#!/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"