aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hostap
diff options
context:
space:
mode:
authorMartin Dietze <di@fh-wedel.de>2007-04-18 17:04:37 +0000
committerMartin Dietze <di@fh-wedel.de>2007-04-18 17:04:37 +0000
commitdb04a05889d5eccb747f9c40dc3be1e831821383 (patch)
treec8e02ad42b1aa592368993ecc4e302a392680340 /packages/hostap
parent86c5e1f447e355d926e06f8029d3c8c1705e3370 (diff)
downloadopenembedded-db04a05889d5eccb747f9c40dc3be1e831821383.tar.gz
hostap: fixed typo in init script
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/hostap-daemon/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/hostap-daemon/init b/packages/hostap/hostap-daemon/init
index b0736c0baa..ed4c9de1a9 100644
--- a/packages/hostap/hostap-daemon/init
+++ b/packages/hostap/hostap-daemon/init
@@ -1,6 +1,6 @@
#!/bin/sh
DAEMON=/usr/sbin/hostapd
-NAME=httpd
+NAME=hostapd
DESC="HOSTAP Daemon"
ARGS="/etc/hostapd.conf"