]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* When loading a module using the upstream naming convention, don't
authorRuss Allbery <rra@debian.org>
Mon, 23 Apr 2007 17:29:12 +0000 (17:29 +0000)
committerRuss Allbery <rra@debian.org>
Mon, 23 Apr 2007 17:29:12 +0000 (17:29 +0000)
  append the .mp to the module name for modprobe.  (Closes: #420597)

debian/changelog
debian/openafs-client.init

index 04485f528cc4171cb90036ab1c87326ecf9fdad0..641adf31be13d7b17d7e0b3b58119683da60136b 100644 (file)
@@ -1,3 +1,10 @@
+openafs (1.4.4.dfsg1-3) unstable; urgency=low
+
+  * When loading a module using the upstream naming convention, don't
+    append the .mp to the module name for modprobe.  (Closes: #420597)
+
+ --
+
 openafs (1.4.4.dfsg1-2) unstable; urgency=low
 
   * Debian kernels as of 2.6.20 enable CONFIG_PARAVIRT, which redefines
index b75400fa4aee094b8cae3dcf6ef080df4a22b232..a96d92251cc666518bc932a6d6aaf085852666fc 100755 (executable)
@@ -95,7 +95,7 @@ EOF
     fi
     LOADED=`/sbin/lsmod | fgrep openafs`
     if [ -z "$LOADED" ] ; then
-        modprobe openafs${MP}
+        modprobe openafs
         status=$?
         if [ $status = 0 ] ; then
             echo -n " openafs"