dhcpcd: update to 5.0.0. Provide a rc.d script.
--HG-- extra : convert_revision : 7a0e0a0b2243d5b4d310b3c731fa94f3ec5e0d61
This commit is contained in:
parent
fdd7e0e5d7
commit
bd815eaeed
2 changed files with 25 additions and 3 deletions
16
templates/dhcpcd/files/dhcpcd
Executable file
16
templates/dhcpcd/files/dhcpcd
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue