dhcpcd: update to 5.0.0. Provide a rc.d script.

--HG--
extra : convert_revision : 7a0e0a0b2243d5b4d310b3c731fa94f3ec5e0d61
This commit is contained in:
Juan RP 2009-04-30 02:00:16 +02:00
parent fdd7e0e5d7
commit bd815eaeed
2 changed files with 25 additions and 3 deletions

16
templates/dhcpcd/files/dhcpcd Executable file
View file

@ -0,0 +1,16 @@
#!/bin/sh
#
# PROVIDE: dhcpcd
# REQUIRE: network
# BEFORE: NETWORKING
# KEYWORD: shutdown
$_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"