[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slony1-commit
Subject:    [Slony1-commit] By smsimms: Remove ".pl" from usage statement in
From:       cvsuser () gborg ! postgresql ! org (CVS User Account)
Date:       2005-02-22 17:11:24
Message-ID: 20050222171120.2A960B1CD87 () gborg ! postgresql ! org
[Download RAW message or body]

Log Message:
-----------
Remove ".pl" from usage statement in files that still have it.

Modified Files:
--------------
    slony1-engine/tools/altperl:
        create_set.pl (r1.13 -> r1.14)
        drop_set.pl (r1.8 -> r1.9)
        init_cluster.pl (r1.10 -> r1.11)
        merge_sets.pl (r1.8 -> r1.9)
        slon_kill.pl (r1.10 -> r1.11)
        slon_start.pl (r1.13 -> r1.14)
        slon_watchdog.pl (r1.8 -> r1.9)
        subscribe_set.pl (r1.8 -> r1.9)
        update_nodes.pl (r1.6 -> r1.7)

-------------- next part --------------
Index: merge_sets.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/merge_sets.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -Ltools/altperl/merge_sets.pl -Ltools/altperl/merge_sets.pl -u -w -r1.8 -r1.9
--- tools/altperl/merge_sets.pl
+++ tools/altperl/merge_sets.pl
@@ -14,7 +14,7 @@
 	   "help"     => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: merge_sets.pl [--config file] node# set# set#
+"Usage: merge_sets [--config file] node# set# set#
 
     Merges the contents of the second set into the first one.
 
Index: create_set.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/create_set.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -Ltools/altperl/create_set.pl -Ltools/altperl/create_set.pl -u -w -r1.13 -r1.14
--- tools/altperl/create_set.pl
+++ tools/altperl/create_set.pl
@@ -13,7 +13,7 @@
 	   "help"     => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: create_set.pl [--config file] set
+"Usage: create_set [--config file] set
 
     set  The name or ID of the set to be created
 
Index: subscribe_set.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/subscribe_set.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -Ltools/altperl/subscribe_set.pl -Ltools/altperl/subscribe_set.pl -u -w -r1.8 -r1.9
--- tools/altperl/subscribe_set.pl
+++ tools/altperl/subscribe_set.pl
@@ -14,7 +14,7 @@
 	   "help"      => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: subscribe_set.pl [--config file] set# node#
+"Usage: subscribe_set [--config file] set# node#
 
     Begins replicating a set to the specified node.
 
Index: slon_watchdog.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon_watchdog.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -Ltools/altperl/slon_watchdog.pl -Ltools/altperl/slon_watchdog.pl -u -w -r1.8 -r1.9
--- tools/altperl/slon_watchdog.pl
+++ tools/altperl/slon_watchdog.pl
@@ -14,7 +14,7 @@
 	   "help"      => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: slon_watchdog.pl [--config file] node# sleep_seconds
+"Usage: slon_watchdog [--config file] node# sleep_seconds
 
     --config file  Location of the slon_tools.conf file
 
Index: init_cluster.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/init_cluster.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -Ltools/altperl/init_cluster.pl -Ltools/altperl/init_cluster.pl -u -w -r1.10 -r1.11
--- tools/altperl/init_cluster.pl
+++ tools/altperl/init_cluster.pl
@@ -14,7 +14,7 @@
 	   "help"     => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: init_cluster.pl [--config file]
+"Usage: init_cluster [--config file]
 
     Generates the slonik commands necessary to create a cluster and
     prepare the nodes for use.  Also displays a report showing the
Index: drop_set.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/drop_set.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -Ltools/altperl/drop_set.pl -Ltools/altperl/drop_set.pl -u -w -r1.8 -r1.9
--- tools/altperl/drop_set.pl
+++ tools/altperl/drop_set.pl
@@ -14,7 +14,7 @@
 	   "help"     => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: drop_set.pl [--config file] set#
+"Usage: drop_set [--config file] set#
 
     Drops a set.
 
Index: slon_start.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon_start.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -Ltools/altperl/slon_start.pl -Ltools/altperl/slon_start.pl -u -w -r1.13 -r1.14
--- tools/altperl/slon_start.pl
+++ tools/altperl/slon_start.pl
@@ -18,7 +18,7 @@
 	   "help"      => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: slon_start.pl [--config file] [--watchdog|--nowatchdog]
+"Usage: slon_start [--config file] [--watchdog|--nowatchdog]
        [--sleep seconds] node#
 
     --config file    Location of the slon_tools.conf file
Index: slon_kill.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon_kill.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -Ltools/altperl/slon_kill.pl -Ltools/altperl/slon_kill.pl -u -w -r1.10 -r1.11
--- tools/altperl/slon_kill.pl
+++ tools/altperl/slon_kill.pl
@@ -15,7 +15,7 @@
 	   "help"      => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: slon_kill.pl [--config file]
+"Usage: slon_kill [--config file]
 
    Kills all running slon and slon_watchdog instances for the set
    specified in the config file.
Index: update_nodes.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/update_nodes.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ltools/altperl/update_nodes.pl -Ltools/altperl/update_nodes.pl -u -w -r1.6 -r1.7
--- tools/altperl/update_nodes.pl
+++ tools/altperl/update_nodes.pl
@@ -14,7 +14,7 @@
 	   "help"     => \$SHOW_USAGE);
 
 my $USAGE =
-"Usage: update_nodes.pl [--config file]
+"Usage: update_nodes [--config file]
 
     Updates the functions on all nodes.
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic