+openafs (1.3.64-2) experimental; urgency=low
+
+ * Allow loading of a .ko file not just .o
+
+ -- Sam Hartman <hartmans@debian.org> Mon, 31 May 2004 13:46:05 -0400
+
openafs (1.3.64-1) experimental; urgency=low
* New upstream version
# For now, just use uname -r to get the module version.
VERSION=`uname -r`
- LIBAFS=openafs$MP.o
+ LIBAFS=openafs.*o
}
#
fi
# use the prefix command if required
- set_prefix
+# set_prefix
LOADED=`/sbin/lsmod | fgrep openafs`
if [ -z "$LOADED" ] ; then
- /sbin/insmod ${PREFIX:+-P $PREFIX} -f $MODLOADDIR/$LIBAFS
+ modprobe openafs
fi
}