From e9f6882935cde2ef95b225a829022ad1bb6d9720 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 17 Nov 2009 15:00:41 -0800 Subject: Don't start hostapd at boot Vyatta sets up hostap for wireless later in config process if needed. So remove default startup. --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 4809c4fe..3951d376 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -8,7 +8,7 @@ sbindir=@sbindir@ # remove init of daemons that are controlled by Vyatta configuration process for init in ntp ssh snmpd openhpid \ - vyatta-keepalived ipvsadm dnsmasq ddclient radvd + vyatta-keepalived ipvsadm dnsmasq ddclient radvd hostapd do update-rc.d -f ${init} remove >/dev/null done -- cgit v1.2.3