Module Name: src Committed By: khorben Date: Sun Apr 6 17:13:57 UTC 2014
Modified Files: src/etc/rc.d: dhcpcd Log Message: Allow the extra command "reload" to dhcpcd's rc script, letting it reload its configuration and rebind directly via the script. LGTM roy@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/dhcpcd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/rc.d/dhcpcd diff -u src/etc/rc.d/dhcpcd:1.2 src/etc/rc.d/dhcpcd:1.3 --- src/etc/rc.d/dhcpcd:1.2 Tue Jun 25 13:02:53 2013 +++ src/etc/rc.d/dhcpcd Sun Apr 6 17:13:57 2014 @@ -9,6 +9,7 @@ $_rc_subr_loaded . /etc/rc.subr name=dhcpcd rcvar=$name command=/sbin/$name +extra_commands="reload" load_rc_config $name