Thu Jun 11 12:03:47 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_base.sql slony1_funcs.c slony1_funcs.sql
- Next message: [Slony1-commit] slony1-engine/tools/altperl slon-tools.pm slon_watchdog.pl slonik_drop_sequence.pl slonik_merge_sets.pl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tools In directory main.slony.info:/tmp/cvs-serv5001/tools Modified Files: release_checklist.sh slony-cluster-analysis-mass.sh slony-cluster-analysis.sh start_slon.sh Log Message: Draw a whole pile of changes into HEAD from the 2.0 branch Index: release_checklist.sh =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/release_checklist.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** release_checklist.sh 7 Jul 2008 21:16:03 -0000 1.4 --- release_checklist.sh 11 Jun 2009 19:03:45 -0000 1.5 *************** *** 33,38 **** fi ! if egrep "^PACKAGE_STRING='postgresql-slony1-engine ${VERDOTTED}'\$" configure >/dev/null 2>&1; then ! echo "PACKAGE_STRING in configure matches ${VERDOTTED}" else echo "ERROR: configure PACKAGE_STRING does not match ${VERDOTTED}" --- 33,38 ---- fi ! if egrep "^PACKAGE_STRING='slony1 ${VERDOTTED}'\$" configure >/dev/null 2>&1; then ! echo "PACKAGE_STRING in configure matches slony1 ${VERDOTTED}" else echo "ERROR: configure PACKAGE_STRING does not match ${VERDOTTED}" Index: start_slon.sh =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/start_slon.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** start_slon.sh 1 Aug 2008 19:33:24 -0000 1.2 --- start_slon.sh 11 Jun 2009 19:03:45 -0000 1.3 *************** *** 35,40 **** touch $SLON_LOG test -w "$SLON_LOG" || (echo "**** SLON_LOG not writable - $SLON_LOG ****"; exit 1) ! echo "Starting slon: $SLON_BIN_PATH/slon -f ${SLON_CONF} 1>> ${SLON_LOG} 2>>1" & ! $SLON_BIN_PATH/slon -f ${SLON_CONF} 1>> ${SLON_LOG} 2>>1 & ;; stop) --- 35,40 ---- touch $SLON_LOG test -w "$SLON_LOG" || (echo "**** SLON_LOG not writable - $SLON_LOG ****"; exit 1) ! echo "Starting slon: $SLON_BIN_PATH/slon -f ${SLON_CONF} 1>> ${SLON_LOG} 2>&1 &" ! $SLON_BIN_PATH/slon -f ${SLON_CONF} 1>> ${SLON_LOG} 2>&1 & ;; stop)
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_base.sql slony1_funcs.c slony1_funcs.sql
- Next message: [Slony1-commit] slony1-engine/tools/altperl slon-tools.pm slon_watchdog.pl slonik_drop_sequence.pl slonik_merge_sets.pl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list