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

Modified Files:
	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.2
diff -C2 -d -r1.1 -r1.2
*** slony-cluster-analysis.sh	19 May 2006 20:43:48 -0000	1.1
--- slony-cluster-analysis.sh	3 Mar 2009 22:19:47 -0000	1.2
***************
*** 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.2
diff -C2 -d -r1.1 -r1.2
*** slony-cluster-analysis-mass.sh	19 May 2006 20:43:48 -0000	1.1
--- slony-cluster-analysis-mass.sh	3 Mar 2009 22:19:47 -0000	1.2
***************
*** 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