Devrim GUNDUZ devrim at lists.slony.info
Mon Aug 17 10:25:52 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/tools/altperl
In directory main.slony.info:/tmp/cvs-serv8406/tools/altperl

Modified Files:
	Makefile slon-tools.pm slon_kill.pl slon_start.pl 
	slon_tools.conf-sample slon_watchdog.pl slon_watchdog2.pl 
	slonik_create_set.pl slonik_drop_node.pl 
	slonik_drop_sequence.pl slonik_drop_set.pl 
	slonik_drop_table.pl slonik_execute_script.pl 
	slonik_failover.pl slonik_init_cluster.pl slonik_merge_sets.pl 
	slonik_move_set.pl slonik_print_preamble.pl 
	slonik_restart_node.pl slonik_store_node.pl 
	slonik_subscribe_set.pl slonik_uninstall_nodes.pl 
	slonik_unsubscribe_set.pl slonik_update_nodes.pl 
	slony_show_configuration.pl 
Log Message:
Update Copyright year


Index: slon_start.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_start.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** slon_start.pl	14 Feb 2008 16:41:35 -0000	1.15
--- slon_start.pl	17 Aug 2009 17:25:50 -0000	1.16
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slon_watchdog.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_watchdog.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** slon_watchdog.pl	11 Jun 2009 19:03:45 -0000	1.17
--- slon_watchdog.pl	17 Aug 2009 17:25:50 -0000	1.18
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_store_node.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_store_node.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** slonik_store_node.pl	14 Feb 2008 16:41:35 -0000	1.5
--- slonik_store_node.pl	17 Aug 2009 17:25:50 -0000	1.6
***************
*** 2,6 ****
  # $Id$
  # Author: Steve Simms
! # Copyright 2005 PostgreSQL Global Development Group
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Steve Simms
! # Copyright 2005-2009 PostgreSQL Global Development Group
  
  use Getopt::Long;

Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile	14 Feb 2008 16:41:35 -0000	1.17
--- Makefile	17 Aug 2009 17:25:50 -0000	1.18
***************
*** 2,6 ****
  # Makefile
  #
! #	Copyright (c) 2003-2004, PostgreSQL Global Development Group
  #       $Id$
  #
--- 2,6 ----
  # Makefile
  #
! #	Copyright (c) 2003-2009, PostgreSQL Global Development Group
  #       $Id$
  #

Index: slonik_execute_script.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_execute_script.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_execute_script.pl	14 Feb 2008 16:41:35 -0000	1.4
--- slonik_execute_script.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slon_tools.conf-sample
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_tools.conf-sample,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** slon_tools.conf-sample	12 Aug 2009 20:52:38 -0000	1.10
--- slon_tools.conf-sample	17 Aug 2009 17:25:50 -0000	1.11
***************
*** 1,5 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  # Revised extensively by Steve Simms
  
--- 1,5 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  # Revised extensively by Steve Simms
  

Index: slonik_drop_table.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_table.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_drop_table.pl	14 Feb 2008 16:41:35 -0000	1.4
--- slonik_drop_table.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 4,8 ****
  # Based on work by: Christopher Browne
  # Parts Copyright 2006 Summerault, LLC
! # Parts Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 4,8 ----
  # Based on work by: Christopher Browne
  # Parts Copyright 2006 Summerault, LLC
! # Parts Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_update_nodes.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_update_nodes.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slonik_update_nodes.pl	14 Feb 2008 16:41:35 -0000	1.3
--- slonik_update_nodes.pl	17 Aug 2009 17:25:50 -0000	1.4
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_subscribe_set.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_subscribe_set.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slonik_subscribe_set.pl	14 Feb 2008 16:41:35 -0000	1.3
--- slonik_subscribe_set.pl	17 Aug 2009 17:25:50 -0000	1.4
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_failover.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_failover.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slonik_failover.pl	14 Feb 2008 16:41:35 -0000	1.3
--- slonik_failover.pl	17 Aug 2009 17:25:50 -0000	1.4
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_print_preamble.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_print_preamble.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_print_preamble.pl	14 Feb 2008 16:41:35 -0000	1.4
--- slonik_print_preamble.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 4,8 ****
  # Based on work by: Christopher Browne
  # Parts Copyright 2006 Summerault, LLC
! # Parts Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 4,8 ----
  # Based on work by: Christopher Browne
  # Parts Copyright 2006 Summerault, LLC
! # Parts Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_drop_set.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_set.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_drop_set.pl	14 Feb 2008 16:41:35 -0000	1.4
--- slonik_drop_set.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slon_kill.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_kill.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** slon_kill.pl	14 Feb 2008 16:41:35 -0000	1.13
--- slon_kill.pl	17 Aug 2009 17:25:50 -0000	1.14
***************
*** 3,7 ****
  # Kill all slon instances for the current cluster
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 3,7 ----
  # Kill all slon instances for the current cluster
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_init_cluster.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_init_cluster.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** slonik_init_cluster.pl	14 Feb 2008 16:41:35 -0000	1.7
--- slonik_init_cluster.pl	17 Aug 2009 17:25:50 -0000	1.8
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_unsubscribe_set.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_unsubscribe_set.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slonik_unsubscribe_set.pl	14 Feb 2008 16:41:35 -0000	1.3
--- slonik_unsubscribe_set.pl	17 Aug 2009 17:25:50 -0000	1.4
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_move_set.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_move_set.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_move_set.pl	25 Feb 2008 17:42:19 -0000	1.4
--- slonik_move_set.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_uninstall_nodes.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_uninstall_nodes.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_uninstall_nodes.pl	14 Feb 2008 16:41:35 -0000	1.4
--- slonik_uninstall_nodes.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_merge_sets.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_merge_sets.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** slonik_merge_sets.pl	11 Jun 2009 19:03:45 -0000	1.5
--- slonik_merge_sets.pl	17 Aug 2009 17:25:50 -0000	1.6
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slon-tools.pm
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon-tools.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** slon-tools.pm	12 Aug 2009 20:52:38 -0000	1.37
--- slon-tools.pm	17 Aug 2009 17:25:50 -0000	1.38
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use POSIX;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use POSIX;

Index: slonik_restart_node.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_restart_node.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slonik_restart_node.pl	14 Feb 2008 16:41:35 -0000	1.3
--- slonik_restart_node.pl	17 Aug 2009 17:25:50 -0000	1.4
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slonik_drop_node.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_node.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slonik_drop_node.pl	14 Feb 2008 16:41:35 -0000	1.4
--- slonik_drop_node.pl	17 Aug 2009 17:25:50 -0000	1.5
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slon_watchdog2.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_watchdog2.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** slon_watchdog2.pl	14 Feb 2008 16:41:35 -0000	1.11
--- slon_watchdog2.pl	17 Aug 2009 17:25:50 -0000	1.12
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  require '@@PERLSHAREDIR@@/slon-tools.pm';
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  require '@@PERLSHAREDIR@@/slon-tools.pm';

Index: slonik_create_set.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_create_set.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** slonik_create_set.pl	14 Feb 2008 16:41:35 -0000	1.6
--- slonik_create_set.pl	17 Aug 2009 17:25:50 -0000	1.7
***************
*** 3,7 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 3,7 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;

Index: slony_show_configuration.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slony_show_configuration.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slony_show_configuration.pl	14 Feb 2008 16:41:35 -0000	1.3
--- slony_show_configuration.pl	17 Aug 2009 17:25:50 -0000	1.4
***************
*** 2,6 ****
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004 Afilias Canada
  
  # This script simply displays an overview of node configuration
--- 2,6 ----
  # $Id$
  # Author: Christopher Browne
! # Copyright 2004-2009 Afilias Canada
  
  # This script simply displays an overview of node configuration

Index: slonik_drop_sequence.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_sequence.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slonik_drop_sequence.pl	11 Jun 2009 19:03:45 -0000	1.2
--- slonik_drop_sequence.pl	17 Aug 2009 17:25:50 -0000	1.3
***************
*** 4,8 ****
  # Based on work by: Christopher Browne
  # Parts Copyright 2008 Summerault, LLC
! # Parts Copyright 2004 Afilias Canada
  
  use Getopt::Long;
--- 4,8 ----
  # Based on work by: Christopher Browne
  # Parts Copyright 2008 Summerault, LLC
! # Parts Copyright 2004-2009 Afilias Canada
  
  use Getopt::Long;



More information about the Slony1-commit mailing list