blacklist: use /etc/modprobe.d/grml.conf
authorMichael Prokop <mika@grml.org>
Tue, 3 Mar 2009 09:37:09 +0000 (10:37 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 3 Mar 2009 09:37:09 +0000 (10:37 +0100)
debian/changelog
usr_sbin/blacklist

index 7ab37ff..ba8a04d 100644 (file)
@@ -1,8 +1,11 @@
 grml-scripts (1.1.18) UNRELEASED; urgency=low
 
   * Add lzop to Depends. [Closes: issue613]
+  * blacklist: use /etc/modprobe.d/grml.conf instead of
+    /etc/modprobe.d/grml. New module-init-tools will
+    use only files using the .conf suffix.
 
- -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 21:04:59 +0100
+ -- Michael Prokop <mika@grml.org>  Tue, 03 Mar 2009 10:35:12 +0100
 
 grml-scripts (1.1.17) unstable; urgency=low
 
index 12c61d8..ff1189a 100755 (executable)
@@ -4,11 +4,10 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Thu Aug 07 17:16:23 CEST 2008 [mika]
 ################################################################################
 
 PN="$(basename $0)"
-[ -n "$MODPROBEFILE" ] || MODPROBEFILE=/etc/modprobe.d/grml
+[ -n "$MODPROBEFILE" ] || MODPROBEFILE=/etc/modprobe.d/grml.conf
 [ -r /etc/grml/lsb-functions ] && . /etc/grml/lsb-functions
 
 if [ -z "$1" ] ; then