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 <[email protected]> Uploaders: Jurij Smakov <[EMAIL PROTECTED]> 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# _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

