diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-17 15:00:41 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-17 15:00:41 -0800 |
commit | e9f6882935cde2ef95b225a829022ad1bb6d9720 (patch) | |
tree | 83fe54612a25956b2977123e1079769a8a018c40 /debian/vyatta-cfg-system.postinst.in | |
parent | 3dc82bedaa80311df60f4e7fac6fbebfb03716f7 (diff) | |
download | vyatta-cfg-quagga-e9f6882935cde2ef95b225a829022ad1bb6d9720.tar.gz vyatta-cfg-quagga-e9f6882935cde2ef95b225a829022ad1bb6d9720.zip |
Don't start hostapd at boot
Vyatta sets up hostap for wireless later in config process if needed.
So remove default startup.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |