[m-rev.] trivial diff: s/rsh/ssh/ in test_mercury

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Feb 1 12:11:24 AEDT 2003


Estimated hours taken: 0.25
Branches: main

tools/test_mercury:
	Use ssh rather than rsh (apparently I missed one occurrence of this
	in my earlier change).

Workspace: /home/ceres/fjh/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.232
diff -u -d -r1.232 test_mercury
--- tools/test_mercury	21 Jan 2003 06:02:45 -0000	1.232
+++ tools/test_mercury	1 Feb 2003 01:10:15 -0000
@@ -1280,7 +1280,7 @@
 
 # Now rebuild the index files on the ftp site
 echo "test_mercury generating ftp index files, starting at `date`" 1>&2
-rsh $BETA_FTPHOST "\
+ssh $BETA_FTPHOST "\
 	PATH=/home/mercury/public/cron/scripts:\$PATH &&
 	export PATH &&
 	( [ -d $BETA_FTPDIR ] || mkdir $BETA_FTPDIR ) &&

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list