]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update rc.afs to deal with module build instructions
authorSam Hartman <hartmans@debian.org>
Thu, 8 Mar 2001 19:29:36 +0000 (19:29 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 8 Mar 2001 19:29:36 +0000 (19:29 +0000)
src/afsd/afs.rc.linux

index d0423211c68df95f8420b305d903af6a7c95f611..241496a91415cdf1c76c0918927a547ffcc7d2b9 100644 (file)
@@ -122,7 +122,9 @@ load_client() {
     
        if [ ! -f $MODLOADDIR/$LIBAFS ] ; then
                echo AFS module $MODLOADDIR/$LIBAFS does not exist. Not starting AFS.
-               exit 1
+               echo Please consider building kernel modules using instructions in
+ echo /usr/share/doc/openafs-client/README.modules
+               exit 0
        fi
 
        # use the prefix command if required