CVS User Account cvsuser
Thu Mar 10 17:50:06 PST 2005
Log Message:
-----------
Removed a "my" keyword that limits the scope of Slony sets too much.

Modified Files:
--------------
    slony1-engine/tools/altperl:
        slon_tools.conf-sample (r1.4 -> r1.5)

-------------- next part --------------
Index: slon_tools.conf-sample
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon_tools.conf-sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ltools/altperl/slon_tools.conf-sample -Ltools/altperl/slon_tools.conf-sample -u -w -r1.4 -r1.5
--- tools/altperl/slon_tools.conf-sample
+++ tools/altperl/slon_tools.conf-sample
@@ -78,7 +78,7 @@
 # The $SLONY_SETS variable contains information about all of the sets
 # in your cluster.
 
-my $SLONY_SETS = {
+$SLONY_SETS = {
 
     # A unique name for the set
     "set1" => {


More information about the Slony1-commit mailing list