Wed Nov 8 12:31:16 PST 2006
- Previous message: [Slony1-commit] By devrim: Final commits for RPM
- Next message: [Slony1-commit] By devrim: On 64-bit boxes, both 32 and 64 bit -devel packages may be
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Use /bin/sh instead of /usr/bin/sh. Linux does not have the latter. Tags: ---- REL_1_2_STABLE Modified Files: -------------- slony1-engine/tools: slony-cluster-analysis-mass.sh (r1.1 -> r1.1.2.1) slony-cluster-analysis.sh (r1.1 -> r1.1.2.1) -------------- next part -------------- Index: slony-cluster-analysis.sh =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/slony-cluster-analysis.sh,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -Ltools/slony-cluster-analysis.sh -Ltools/slony-cluster-analysis.sh -u -w -r1.1 -r1.1.2.1 --- tools/slony-cluster-analysis.sh +++ tools/slony-cluster-analysis.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # $Id$ # Analyze Slony-I Configuration Index: slony-cluster-analysis-mass.sh =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/slony-cluster-analysis-mass.sh,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -Ltools/slony-cluster-analysis-mass.sh -Ltools/slony-cluster-analysis-mass.sh -u -w -r1.1 -r1.1.2.1 --- tools/slony-cluster-analysis-mass.sh +++ tools/slony-cluster-analysis-mass.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # $Id$ # Do cluster analyses
- Previous message: [Slony1-commit] By devrim: Final commits for RPM
- Next message: [Slony1-commit] By devrim: On 64-bit boxes, both 32 and 64 bit -devel packages may be
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list