summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postinst.in
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-11-17 15:00:41 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-11-17 15:00:41 -0800
commite9f6882935cde2ef95b225a829022ad1bb6d9720 (patch)
tree83fe54612a25956b2977123e1079769a8a018c40 /debian/vyatta-cfg-system.postinst.in
parent3dc82bedaa80311df60f4e7fac6fbebfb03716f7 (diff)
downloadvyatta-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.in2
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