Tue Mar 22 17:30:13 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Fixed problem with evaluation of whether to use "make" or
- Next message: [Slony1-commit] By cbbrowne: Update to RPM spec file per Devrim GUNDUZ -
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Patch from Vivek Khera: This patch de-bash-ifies the script, so it runs on /bin/sh under freebsd. it still runs under bash, of course... Modified Files: -------------- slony1-engine/tools: check_slony_cluster.sh (r1.2 -> r1.3) -------------- next part -------------- Index: check_slony_cluster.sh =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/check_slony_cluster.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -Ltools/check_slony_cluster.sh -Ltools/check_slony_cluster.sh -u -w -r1.2 -r1.3 --- tools/check_slony_cluster.sh +++ tools/check_slony_cluster.sh @@ -20,7 +20,7 @@ # Copyright 2005 # check parameters are valid -if [[ $# -ne 3 ]] +if [ $# -ne 3 ] then echo "Invalid parameters need CLUSTERNAME DBNAME DBHOST" exit 2
- Previous message: [Slony1-commit] By cbbrowne: Fixed problem with evaluation of whether to use "make" or
- Next message: [Slony1-commit] By cbbrowne: Update to RPM spec file per Devrim GUNDUZ -
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list