Merge debian/changelog
authorMichael Prokop <mika@grml.org>
Sat, 4 Apr 2009 17:51:08 +0000 (19:51 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 4 Apr 2009 17:51:08 +0000 (19:51 +0200)
debian/changelog
usr_sbin/blacklist

index 4a50ab1..8caf1f6 100644 (file)
@@ -1,9 +1,12 @@
 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.
   * Add new script grml-exec-wrapper.
 
- -- 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