Thu Oct 4 08:30:36 PDT 2007
- Previous message: [Slony1-commit] slony1-engine configure
- Next message: [Slony1-commit] slony1-engine/tests/testddl bad_ddl.sql exec_ddl.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tools In directory main.slony.info:/tmp/cvs-serv8747/tools Modified Files: launch_clusters.sh Log Message: Strip quotes from PID file name in slon.conf file Index: launch_clusters.sh =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/launch_clusters.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** launch_clusters.sh 15 Nov 2006 20:01:11 -0000 1.4 --- launch_clusters.sh 4 Oct 2007 15:30:34 -0000 1.5 *************** *** 63,67 **** if [[ -e $CONFIGPATH/conf/node${NODENUM}.conf ]] ; then SLONCONF="$CONFIGPATH/conf/node${NODENUM}.conf" ! SLONPIDFILE=`grep "^ *pid_file=" $SLONCONF | cut -d "=" -f 2 | cut -d "#" -f 1 | cut -d " " -f 1` CLUSTER=`grep "^ *cluster_name=" $SLONCONF | cut -d "=" -f 2 | cut -d "'" -f 2` else --- 63,67 ---- if [[ -e $CONFIGPATH/conf/node${NODENUM}.conf ]] ; then SLONCONF="$CONFIGPATH/conf/node${NODENUM}.conf" ! SLONPIDFILE=`grep "^ *pid_file=" $SLONCONF | cut -d "=" -f 2 | cut -d "#" -f 1 | cut -d " " -f 1 | cut -d "'" -f 2` CLUSTER=`grep "^ *cluster_name=" $SLONCONF | cut -d "=" -f 2 | cut -d "'" -f 2` else
- Previous message: [Slony1-commit] slony1-engine configure
- Next message: [Slony1-commit] slony1-engine/tests/testddl bad_ddl.sql exec_ddl.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list