From 7460e25912a2cc25f426a4bba46f29b7d4ae0a1e Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 22 Jul 1991 14:08:11 +0000 Subject: [PATCH] use path to find mkcred --- gen/nfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen/nfs.sh b/gen/nfs.sh index 56b8d737..a400eb26 100644 --- a/gen/nfs.sh +++ b/gen/nfs.sh @@ -10,7 +10,7 @@ set MR_NOCRED = 47836470 set MR_MKCRED = 47836474 set MR_TARERR = 47836476 -set path=(/etc /bin /usr/bin /usr/etc) +set path=(/etc /bin /usr/bin /usr/etc /usr/athena/etc) set nonomatch # The file containg the information for the update @@ -63,7 +63,7 @@ rm -f /usr/etc/credentials.new cp ${uchost}.cred /usr/etc/credentials.new if ($status) exit $MR_NOCRED -/usr/etc/mkcred /usr/etc/credentials.new +mkcred /usr/etc/credentials.new if ($status) exit $MR_MKCRED # Try to install the files -- 2.45.2