Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/etc/rc.d Pull up following revision(s) (requested by tron...
details: https://anonhg.NetBSD.org/src/rev/dc4906020743
branches: netbsd-6
changeset: 775664:dc4906020743
user: riz <riz%NetBSD.org@localhost>
date: Sun Feb 10 20:18:53 2013 +0000
description:
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.
diffstat:
etc/rc.d/wpa_supplicant | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r db820450d2cf -r dc4906020743 etc/rc.d/wpa_supplicant
--- a/etc/rc.d/wpa_supplicant Sun Feb 10 20:17:23 2013 +0000
+++ b/etc/rc.d/wpa_supplicant Sun Feb 10 20:18:53 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index