Module Name: src Committed By: tron Date: Fri Feb 1 13:29:33 UTC 2013
Modified Files: src/etc/rc.d: wpa_supplicant Log Message: 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.4 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.4 --- src/etc/rc.d/wpa_supplicant:1.3 Wed Sep 30 18:17:22 2009 +++ src/etc/rc.d/wpa_supplicant Fri Feb 1 13:29:33 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.4 2013/02/01 13:29:33 tron 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