Module Name: src Committed By: riz Date: Sun Feb 10 20:18:53 UTC 2013
Modified Files: src/etc/rc.d [netbsd-6]: wpa_supplicant Log Message: Pull up following revision(s) (requested by tron in ticket #805): etc/rc.d/wpa_supplicant: revision 1.4 Make custom "reload" target work. Before this fix it would have tried to send a HUP signal to "wpa_supplicant" instead. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.8.1 src/etc/rc.d/wpa_supplicant 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/wpa_supplicant diff -u src/etc/rc.d/wpa_supplicant:1.3 src/etc/rc.d/wpa_supplicant:1.3.8.1 --- src/etc/rc.d/wpa_supplicant:1.3 Wed Sep 30 18:17:22 2009 +++ src/etc/rc.d/wpa_supplicant Sun Feb 10 20:18:53 2013 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: wpa_supplicant,v 1.3 2009/09/30 18:17:22 apb Exp $ +# $NetBSD: wpa_supplicant,v 1.3.8.1 2013/02/10 20:18:53 riz Exp $ # # PROVIDE: wpa_supplicant @@ -20,7 +20,7 @@ $_rc_subr_loaded . /etc/rc.subr name="wpa_supplicant" rcvar=$name command="/usr/sbin/wpa_supplicant" -reload_command="/usr/sbin/wpa_cli reconfigure" +reload_cmd="/usr/sbin/wpa_cli reconfigure" extra_commands="reload" load_rc_config $name