[kernel] r7744 - people/jurij/ipw3945-daemon/debian

Jurij Smakov jurij-guest at alioth.debian.org
Sun Nov 12 08:14:55 UTC 2006


Author: jurij-guest
Date: Sun Nov 12 09:14:54 2006
New Revision: 7744

Added:
   people/jurij/ipw3945-daemon/debian/modprobe
Modified:
   people/jurij/ipw3945-daemon/debian/control
   people/jurij/ipw3945-daemon/debian/postinst
Log:
Add modprobe config file, which I forgot to check in into svn (d'oh). 
Minor tweaks following suggestions from Loic Minier (thanks).


Modified: people/jurij/ipw3945-daemon/debian/control
==============================================================================
--- people/jurij/ipw3945-daemon/debian/control	(original)
+++ people/jurij/ipw3945-daemon/debian/control	Sun Nov 12 09:14:54 2006
@@ -1,5 +1,5 @@
 Source: ipw3945-daemon
-Section: non-free/admin
+Section: non-free/net
 Priority: extra
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Jurij Smakov <jurij at debian.org>

Added: people/jurij/ipw3945-daemon/debian/modprobe
==============================================================================
--- (empty file)
+++ people/jurij/ipw3945-daemon/debian/modprobe	Sun Nov 12 09:14:54 2006
@@ -0,0 +1,2 @@
+install ipw3945 modprobe --ignore-install ipw3945 && /etc/init.d/ipw3945-daemon modprobe-start
+remove  ipw3945 /etc/init.d/ipw3945-daemon modprobe-stop || modprobe -r --ignore-remove ipw3945

Modified: people/jurij/ipw3945-daemon/debian/postinst
==============================================================================
--- people/jurij/ipw3945-daemon/debian/postinst	(original)
+++ people/jurij/ipw3945-daemon/debian/postinst	Sun Nov 12 09:14:54 2006
@@ -6,7 +6,6 @@
             --group Debian-ipw3945d
     chown Debian-ipw3945d:Debian-ipw3945d /var/run/ipw3945-daemon
     chown Debian-ipw3945d:Debian-ipw3945d /var/log/ipw3945-daemon
-    #DEBHELPER#
     ;;
   abort-upgrade|abort-remove|abort-deconfigure)
     ;;
@@ -15,3 +14,4 @@
     exit 1
     ;;
 esac
+#DEBHELPER#



More information about the Kernel-svn-changes mailing list