Chris Browne cbbrowne at lists.slony.info
Thu Oct 4 08:32:33 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests
In directory main.slony.info:/tmp/cvs-serv8801

Modified Files:
	support_funcs.sh 
Log Message:
make "hostname" arguments more portable (after Mac OS-X testing)


Index: support_funcs.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/support_funcs.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** support_funcs.sh	11 Jul 2007 17:20:18 -0000	1.6
--- support_funcs.sh	4 Oct 2007 15:32:31 -0000	1.7
***************
*** 209,213 ****
      UNAMES=`uname -s`
      UNAMEV=`uname -v`
!     HOST=`hostname -f`
      USERNAME=`whoami`
      
--- 209,213 ----
      UNAMES=`uname -s`
      UNAMEV=`uname -v`
!     HOST=`hostname`
      USERNAME=`whoami`
      



More information about the Slony1-commit mailing list