Update of /cvsroot/devil-linux/build/scripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24140/scripts/scripts
Modified Files:
hostapd
Log Message:
make sure hostapd goes into background (Martin Glazer)
make LVM2 script independent of exact kernel version
Index: hostapd
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/hostapd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hostapd 11 Aug 2003 00:10:31 -0000 1.2
+++ hostapd 24 Apr 2004 01:09:57 -0000 1.3
@@ -24,7 +24,7 @@
NAME="host ap service"
CONFIGNAME=HOSTAPD
DAEMON=/usr/sbin/hostapd
-PARAMETER=/etc/hostapd.conf
+PARAMETER="/etc/hostapd.conf -B"
# source function library
source /etc/init.d/functions
|