Thu Sep 9 15:34:36 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: Added in a note on how to drop a sequence
- Next message: [Slony1-commit] By cbbrowne: Changed the comments to reflect that there may be many
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Typo; the file being used to log slonik commands to wasn't the file
being passed on to slonik.
Modified Files:
--------------
slony1-engine/tools/altperl:
unsubscribe_set.pl (r1.2 -> r1.3)
-------------- next part --------------
Index: unsubscribe_set.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/unsubscribe_set.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ltools/altperl/unsubscribe_set.pl -Ltools/altperl/unsubscribe_set.pl -u -w -r1.2 -r1.3
--- tools/altperl/unsubscribe_set.pl
+++ tools/altperl/unsubscribe_set.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!perl # -*- perl -*-
# $Id$
# Author: Christopher Browne
# Copyright 2004 Afilias Canada
@@ -21,7 +21,7 @@
die "unsubscribe_set setM nodeN\n";
}
-open(SLONIK, ">/tmp/slonik-subscribe.$$");
+open(SLONIK, ">/tmp/slonik-unsubscribe.$$");
print SLONIK genheader();
print SLONIK qq{
try {
- Previous message: [Slony1-commit] By cbbrowne: Added in a note on how to drop a sequence
- Next message: [Slony1-commit] By cbbrowne: Changed the comments to reflect that there may be many
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list