From 4c71c5c5c3ae6a276cd067dbeb52ac285aa6fe43 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 6 Nov 2000 15:58:42 +0000 Subject: [PATCH] Find module in appropriate place --- src/afsd/afs.rc.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index c3b8f5d1e..145b00ee9 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -49,7 +49,7 @@ choose_client() { # For now, just use uname -r to get the module version. VERSION=`uname -r` - LIBAFS=libafs-$VERSION$MP.o + LIBAFS=openafs$MP.o } # @@ -107,7 +107,7 @@ set_prefix() } -MODLOADDIR=/lib/modules/openafs/modload +MODLOADDIR=/lib/modules/$VERSION/fs # load_client loads the AFS client module if it's not already loaded. load_client() { # If LIBAFS is set, use it. -- 2.39.5