diff options
author | Martin Dietze <di@fh-wedel.de> | 2007-04-18 17:04:37 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2007-04-18 17:04:37 +0000 |
commit | db04a05889d5eccb747f9c40dc3be1e831821383 (patch) | |
tree | c8e02ad42b1aa592368993ecc4e302a392680340 /packages/hostap | |
parent | 86c5e1f447e355d926e06f8029d3c8c1705e3370 (diff) |
hostap: fixed typo in init script
Diffstat (limited to 'packages/hostap')
-rw-r--r-- | packages/hostap/hostap-daemon/init | 2 |
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" |