From: Sam Hartman Date: Mon, 6 Nov 2000 16:55:12 +0000 (+0000) Subject: Correct Typo X-Git-Tag: debian/1.0.snap20001104-1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b1292997db30f760d630cebd8b808ee72d70de85;p=packages%2Fo%2Fopenafs.git Correct Typo --- diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index 145b00ee9..9b7bee6b1 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -107,7 +107,7 @@ set_prefix() } -MODLOADDIR=/lib/modules/$VERSION/fs +MODLOADDIR=/lib/modules/`uname -r`/fs # load_client loads the AFS client module if it's not already loaded. load_client() { # If LIBAFS is set, use it.