Thu Sep 9 15:39:07 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: Typo; the file being used to log slonik commands to wasn't
- Next message: [Slony1-commit] By cbbrowne: Reformatting generated Slonik commands
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Changed the comments to reflect that there may be many Slony-I nodes,
and indicate what it is (slon daemon) that should get started for each
node.
Modified Files:
--------------
slony1-engine/tools/altperl:
reset_cluster.pl (r1.3 -> r1.4)
-------------- next part --------------
Index: reset_cluster.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/reset_cluster.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ltools/altperl/reset_cluster.pl -Ltools/altperl/reset_cluster.pl -u -w -r1.3 -r1.4
--- tools/altperl/reset_cluster.pl
+++ tools/altperl/reset_cluster.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!perl # -*- perl -*-
# $Id$
# Author: Christopher Browne
# Copyright 2004 Afilias Canada
@@ -41,7 +41,7 @@
exit 1;
}
echo 'Replication nodes prepared';
-echo 'Please start the replication daemon on both systems';
+echo 'Please start a slon replication daemon for each node';
];
close SLONIK;
- Previous message: [Slony1-commit] By cbbrowne: Typo; the file being used to log slonik commands to wasn't
- Next message: [Slony1-commit] By cbbrowne: Reformatting generated Slonik commands
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list