SOURCES: ipw3945-modprobe.conf - correct

wolvverine wolvverine at pld-linux.org
Tue Sep 26 21:15:55 CEST 2006


Author: wolvverine                   Date: Tue Sep 26 19:15:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- correct

---- Files affected:
SOURCES:
   ipw3945-modprobe.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ipw3945-modprobe.conf
diff -u SOURCES/ipw3945-modprobe.conf:1.1 SOURCES/ipw3945-modprobe.conf:1.2
--- SOURCES/ipw3945-modprobe.conf:1.1	Tue Aug 15 01:24:57 2006
+++ SOURCES/ipw3945-modprobe.conf	Tue Sep 26 21:15:49 2006
@@ -1,3 +1,4 @@
 alias ipw3945 ipw3945_current
-install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.8 ; /sbin/ipw3945d --quiet
-remove  ipw3945 /sbin/ipw3945d --kill ; sleep 0.8 ; /sbin/modprobe -r --ignore-remove ipw3945
+install ipw3945 { /sbin/ipw3945d --quiet --log-file=/var/log/ipw3945 --timeout=-1; } ; { /sbin/modprobe --first-time --ignore-install ipw3945; } ;
+remove  ipw3945 { /sbin/ipw3945d --kill; } ; { /sbin/modprobe -r --first-time --ignore-remove ipw3945; } ;
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ipw3945-modprobe.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list