]> andersk Git - moira.git/commitdiff
use path to find mkcred
authormar <mar>
Mon, 22 Jul 1991 14:08:11 +0000 (14:08 +0000)
committermar <mar>
Mon, 22 Jul 1991 14:08:11 +0000 (14:08 +0000)
gen/nfs.sh

index 56b8d73736090b4e0f4ed3c2eb1daccd909b4e7c..a400eb260c79dc6d4e2b6167175942912b59ce44 100644 (file)
@@ -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
This page took 0.049473 seconds and 5 git commands to generate.