[kernel] r7772 - dists/trunk/ipw3945d/debian
    Jurij Smakov 
    jurij-guest at alioth.debian.org
       
    Mon Nov 13 00:11:27 UTC 2006
    
    
  
Author: jurij-guest
Date: Mon Nov 13 01:11:27 2006
New Revision: 7772
Modified:
   dists/trunk/ipw3945d/debian/init
   dists/trunk/ipw3945d/debian/modprobe
Log:
Correct the modprobe configuration file and
adjust the init script appropriately.
Modified: dists/trunk/ipw3945d/debian/init
==============================================================================
--- dists/trunk/ipw3945d/debian/init	(original)
+++ dists/trunk/ipw3945d/debian/init	Mon Nov 13 01:11:27 2006
@@ -113,9 +113,6 @@
     ;;
   modprobe-stop)
     stop_daemon
-    # This target must always exit with code 1 due
-    # to the way it is called from the modprobe hook.
-    exit 1
     ;;
   *)
     echo "Usage: ${0} {start|stop|restart|force-reload}"
Modified: dists/trunk/ipw3945d/debian/modprobe
==============================================================================
--- dists/trunk/ipw3945d/debian/modprobe	(original)
+++ dists/trunk/ipw3945d/debian/modprobe	Mon Nov 13 01:11:27 2006
@@ -1,2 +1,2 @@
 install ipw3945 modprobe --ignore-install ipw3945 && /etc/init.d/ipw3945d modprobe-start
-remove  ipw3945 /etc/init.d/ipw3945d modprobe-stop || modprobe -r --ignore-remove ipw3945
+remove  ipw3945 /etc/init.d/ipw3945d modprobe-stop && modprobe -r --ignore-remove ipw3945
    
    
More information about the Kernel-svn-changes
mailing list