diff -uNr openafs-1.2.13.orig/src/afsd/afs.rc.linux openafs-1.2.13/src/afsd/afs.rc.linux
--- openafs-1.2.13.orig/src/afsd/afs.rc.linux	2004-12-11 17:39:40.000000000 -0500
+++ openafs-1.2.13/src/afsd/afs.rc.linux	2004-12-11 17:18:52.000000000 -0500
@@ -53,7 +53,7 @@
 	# For now, just use uname -r to get the module version. 
 	VERSION=`uname -r`
 
-	LIBAFS=openafs$MP.o
+	LIBAFS=libafs-$VERSION$MP.o
 }
 
 #
@@ -129,7 +129,7 @@
 
 	# use the prefix command if required
 	set_prefix
-		LOADED=`/sbin/lsmod | fgrep openafs`
+		LOADED=`/sbin/lsmod | fgrep libafs`
 	if [ -z "$LOADED" ] ; then
 	    /sbin/insmod ${PREFIX:+-P $PREFIX} -f  $MODLOADDIR/$LIBAFS 
 	fi
