From 6605f6be6e013db86b860c9c5b1c3555cef91d9c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 23 Apr 2007 17:29:12 +0000 Subject: [PATCH] * When loading a module using the upstream naming convention, don't append the .mp to the module name for modprobe. (Closes: #420597) --- debian/changelog | 7 +++++++ debian/openafs-client.init | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 04485f528..641adf31b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/openafs-client.init b/debian/openafs-client.init index b75400fa4..a96d92251 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -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" -- 2.39.5