From 9ca499a96c4194a8db64f8ed86f2b4bedf6f3ae6 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 9 Jun 2006 12:43:03 +0000 Subject: [PATCH] 2006-06-09 12:43:02 by steve Moved xen-* into bin/ --- xen-delete-image => bin/xen-delete-image | 4 ++-- xen-duplicate-image => bin/xen-duplicate-image | 4 ++-- xen-list-images => bin/xen-list-images | 4 ++-- xen-update-image => bin/xen-update-image | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename xen-delete-image => bin/xen-delete-image (98%) rename xen-duplicate-image => bin/xen-duplicate-image (99%) rename xen-list-images => bin/xen-list-images (98%) rename xen-update-image => bin/xen-update-image (98%) diff --git a/xen-delete-image b/bin/xen-delete-image similarity index 98% rename from xen-delete-image rename to bin/xen-delete-image index a9a8bbf..862a74b 100755 --- a/xen-delete-image +++ b/bin/xen-delete-image @@ -79,7 +79,7 @@ Specify the LVM volume where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.33 2006-06-09 09:27:33 steve Exp $ + $Id: xen-delete-image,v 1.1 2006-06-09 12:43:03 steve Exp $ =cut @@ -290,7 +290,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.33 $'; + my $REVISION = '$Revision: 1.1 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-duplicate-image b/bin/xen-duplicate-image similarity index 99% rename from xen-duplicate-image rename to bin/xen-duplicate-image index bb096a8..f3f58c8 100755 --- a/xen-duplicate-image +++ b/bin/xen-duplicate-image @@ -122,7 +122,7 @@ Specify the LVM volume where images are to go -- http://www.steve.org.uk/ - $Id: xen-duplicate-image,v 1.35 2006-06-09 09:27:33 steve Exp $ + $Id: xen-duplicate-image,v 1.1 2006-06-09 12:43:03 steve Exp $ =cut @@ -461,7 +461,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.35 $'; + my $REVISION = '$Revision: 1.1 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-list-images b/bin/xen-list-images similarity index 98% rename from xen-list-images rename to bin/xen-list-images index 6a854c4..726e626 100755 --- a/xen-list-images +++ b/bin/xen-list-images @@ -94,7 +94,7 @@ Specify the LVM volume where images are located -- http://www.steve.org.uk/ - $Id: xen-list-images,v 1.29 2006-06-09 09:27:33 steve Exp $ + $Id: xen-list-images,v 1.1 2006-06-09 12:43:03 steve Exp $ =cut @@ -320,7 +320,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.29 $'; + my $REVISION = '$Revision: 1.1 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-update-image b/bin/xen-update-image similarity index 98% rename from xen-update-image rename to bin/xen-update-image index 0e42dd2..fe63596 100755 --- a/xen-update-image +++ b/bin/xen-update-image @@ -83,7 +83,7 @@ Specify the LVM volume where images are located. -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.29 2006-06-09 09:27:33 steve Exp $ + $Id: xen-update-image,v 1.1 2006-06-09 12:43:03 steve Exp $ =cut @@ -337,7 +337,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.29 $'; + my $REVISION = '$Revision: 1.1 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {