From 75b173bff4535cb8c3f5cf6e939884f3940001ee Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 8 Mar 2001 19:29:36 +0000 Subject: [PATCH] Update rc.afs to deal with module build instructions --- src/afsd/afs.rc.linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index d0423211c..241496a91 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -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 -- 2.39.5