]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Correct Typo
authorSam Hartman <hartmans@debian.org>
Mon, 6 Nov 2000 16:55:12 +0000 (16:55 +0000)
committerSam Hartman <hartmans@debian.org>
Mon, 6 Nov 2000 16:55:12 +0000 (16:55 +0000)
src/afsd/afs.rc.linux

index 145b00ee97dc2bcbb4293b56c84d5586b9e9329b..9b7bee6b11c4cb05646dda5cd1abd7c114332f75 100644 (file)
@@ -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.