]> andersk Git - moira.git/blobdiff - gen/nfs.sh
fixup delete_nfs_physical
[moira.git] / gen / nfs.sh
index a400eb260c79dc6d4e2b6167175942912b59ce44..e5c11ea1d0f20e80d4967b898ea25bb3997816ba 100644 (file)
@@ -1,8 +1,7 @@
 #!/bin/csh -f
 # This script performs nfs updates on servers.
 #
-# $Source$
-echo '$Header$'
+# $Header$
 
 # The following exit codes are defined and MUST BE CONSISTENT with the
 # MR error codes the library uses:
@@ -32,7 +31,7 @@ chmod 755 $SRC_DIR
 # incorrect.  For now however, it is probably not worth the effort
 # to canonicalize the hostname, especially with the upcoming update
 # protocol redesign
-set uchost=`/bin/hostname | tr a-z A-Z`.MIT.EDU
+set uchost=`hostname | tr a-z A-Z`.MIT.EDU
 
 cd $SRC_DIR
 
This page took 0.049997 seconds and 4 git commands to generate.