Chris Browne cbbrowne at lists.slony.info
Tue Mar 3 14:20:46 PST 2009
Update of /home/cvsd/slony1/slony1-engine/tools
In directory main.slony.info:/tmp/cvs-serv10986

Modified Files:
      Tag: REL_2_0_STABLE
	slony-cluster-analysis-mass.sh slony-cluster-analysis.sh 
Log Message:
Change /usr/bin/sh to /bin/sh per bug#74 per Rod Taylor


Index: slony-cluster-analysis.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/slony-cluster-analysis.sh,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -C2 -d -r1.1 -r1.1.4.1
*** slony-cluster-analysis.sh	19 May 2006 20:43:48 -0000	1.1
--- slony-cluster-analysis.sh	3 Mar 2009 22:20:44 -0000	1.1.4.1
***************
*** 1,3 ****
! #!/usr/bin/sh
  # $Id$
  # Analyze Slony-I Configuration
--- 1,3 ----
! #!/bin/sh
  # $Id$
  # Analyze Slony-I Configuration

Index: slony-cluster-analysis-mass.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/slony-cluster-analysis-mass.sh,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -C2 -d -r1.1 -r1.1.4.1
*** slony-cluster-analysis-mass.sh	19 May 2006 20:43:48 -0000	1.1
--- slony-cluster-analysis-mass.sh	3 Mar 2009 22:20:44 -0000	1.1.4.1
***************
*** 1,3 ****
! #!/usr/bin/sh
  # $Id$
  # Do cluster analyses
--- 1,3 ----
! #!/bin/sh
  # $Id$
  # Do cluster analyses



More information about the Slony1-commit mailing list