From f113cc8a243fa301d1839bbdb0b001fc337d4ee5 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 5 Feb 2006 13:38:49 +0000 Subject: [PATCH] 2006-02-05 13:38:49 by steve There is only a single configuration file. Updated comments to match this. --- xen-delete-image | 6 +++--- xen-duplicate-image | 6 +++--- xen-list-images | 6 +++--- xen-update-image | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/xen-delete-image b/xen-delete-image index 9ddc929..937a062 100755 --- a/xen-delete-image +++ b/xen-delete-image @@ -75,7 +75,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.21 2006-01-21 22:23:10 steve Exp $ + $Id: xen-delete-image,v 1.22 2006-02-05 13:38:49 steve Exp $ =cut @@ -103,7 +103,7 @@ use Pod::Usage; # Configuration options, initially read from the configuration files # but may be overridden by the command line. # -# Command line flags *always* take precedence over the configuration files(s). +# Command line flags *always* take precedence over the configuration file. # my %CONFIG; @@ -251,7 +251,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.21 $'; + my $REVISION = '$Revision: 1.22 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-duplicate-image b/xen-duplicate-image index 2986cf5..0e9e780 100755 --- a/xen-duplicate-image +++ b/xen-duplicate-image @@ -114,7 +114,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-duplicate-image,v 1.20 2006-01-21 22:23:10 steve Exp $ + $Id: xen-duplicate-image,v 1.21 2006-02-05 13:38:49 steve Exp $ =cut @@ -156,7 +156,7 @@ use Pod::Usage; # Configuration options, initially read from the configuration files # but may be overridden by the command line. # -# Command line flags *always* take precedence over the configuration files(s). +# Command line flags *always* take precedence over the configuration file. # my %CONFIG; @@ -447,7 +447,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.20 $'; + my $REVISION = '$Revision: 1.21 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-list-images b/xen-list-images index e7246fa..6312f5a 100755 --- a/xen-list-images +++ b/xen-list-images @@ -90,7 +90,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-list-images,v 1.17 2006-02-05 13:16:56 steve Exp $ + $Id: xen-list-images,v 1.18 2006-02-05 13:38:49 steve Exp $ =cut @@ -118,7 +118,7 @@ use Pod::Usage; # Configuration options, initially read from the configuration files # but may be overridden by the command line. # -# Command line flags *always* take precedence over the configuration files(s). +# Command line flags *always* take precedence over the configuration file. # my %CONFIG; @@ -296,7 +296,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.17 $'; + my $REVISION = '$Revision: 1.18 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-update-image b/xen-update-image index 834f213..a13809d 100755 --- a/xen-update-image +++ b/xen-update-image @@ -80,7 +80,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.17 2006-01-21 22:23:10 steve Exp $ + $Id: xen-update-image,v 1.18 2006-02-05 13:38:49 steve Exp $ =cut @@ -108,7 +108,7 @@ use Pod::Usage; # Configuration options, initially read from the configuration file # but may be overridden by the command line. # -# Command line flags *always* take precedence over the configuration files(s). +# Command line flags *always* take precedence over the configuration file. # my %CONFIG; @@ -302,7 +302,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.17 $'; + my $REVISION = '$Revision: 1.18 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {