From: Sam Hartman Date: Fri, 10 Nov 2000 22:11:13 +0000 (+0000) Subject: Fix module removal X-Git-Tag: debian/1.0.snap20001106-2~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bb2a221e518dfa0117b25f738a6d69c61e84630d;p=packages%2Fo%2Fopenafs.git Fix module removal --- diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index 3a16f2bea..ebbe484c8 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -174,7 +174,7 @@ case "$1" in LIBAFS=`/sbin/lsmod | fgrep openafs` if [ -n "$LIBAFS" ] ; then LIBAFS=`echo $LIBAFS | awk 'BEGIN { FS = " " } { print $1 }'` - /sbin/rmmod openafs.o + /sbin/rmmod openafs echo -n " libafs" fi echo "."