]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
More fixes
authorSam Hartman <hartmans@debian.org>
Thu, 16 Nov 2000 06:35:41 +0000 (06:35 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 16 Nov 2000 06:35:41 +0000 (06:35 +0000)
src/afsd/afs.rc.linux

index 393dea2279787f011b3fb4192ce8be3f85721a9d..2d1dd10297cb5c79cc6c8efe5e2cde6612037dd5 100644 (file)
@@ -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
+               /sbin/rmmod $LIBAFS
                echo -n " libafs"
        fi
        echo "."