[Libguestfs] [PATCH] run-*-locally: The programs are now virt-[tool], not virt-[tool].pl

Richard W.M. Jones rjones at redhat.com
Thu Oct 1 14:25:16 UTC 2009


All the run-*-locally scripts were broken ...

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 5d01670e31ef3259fb1fc84a83ab27aec8fdac0b Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at trick.home.annexia.org>
Date: Thu, 1 Oct 2009 15:22:12 +0100
Subject: [PATCH 2/2] run-*-locally: The programs are now virt-[tool], not virt-[tool].pl

This fixes commit b488436cc54288fcae8988493749f2e6c87f274c.
---
 cat/run-cat-locally             |    2 +-
 df/run-df-locally               |    2 +-
 edit/run-edit-locally           |    2 +-
 inspector/run-inspector-locally |    2 +-
 rescue/run-rescue-locally       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cat/run-cat-locally b/cat/run-cat-locally
index be60d07..7c31aaf 100755
--- a/cat/run-cat-locally
+++ b/cat/run-cat-locally
@@ -49,4 +49,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
 $ENV{LIBGUESTFS_PATH} = $path.'/appliance';
 $ENV{PERL5LIB}        = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
 
-exec('perl', $path.'/cat/virt-cat.pl', @ARGV);
+exec('perl', $path.'/cat/virt-cat', @ARGV);
diff --git a/df/run-df-locally b/df/run-df-locally
index f8a50aa..94697b0 100755
--- a/df/run-df-locally
+++ b/df/run-df-locally
@@ -49,4 +49,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
 $ENV{LIBGUESTFS_PATH} = $path.'/appliance';
 $ENV{PERL5LIB}        = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
 
-exec('perl', $path.'/df/virt-df.pl', @ARGV);
+exec('perl', $path.'/df/virt-df', @ARGV);
diff --git a/edit/run-edit-locally b/edit/run-edit-locally
index 3a6a9ab..127463f 100755
--- a/edit/run-edit-locally
+++ b/edit/run-edit-locally
@@ -49,4 +49,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
 $ENV{LIBGUESTFS_PATH} = $path.'/appliance';
 $ENV{PERL5LIB}        = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
 
-exec('perl', $path.'/edit/virt-edit.pl', @ARGV);
+exec('perl', $path.'/edit/virt-edit', @ARGV);
diff --git a/inspector/run-inspector-locally b/inspector/run-inspector-locally
index 6106282..5a9c998 100755
--- a/inspector/run-inspector-locally
+++ b/inspector/run-inspector-locally
@@ -49,4 +49,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
 $ENV{LIBGUESTFS_PATH} = $path.'/appliance';
 $ENV{PERL5LIB}        = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
 
-exec('perl', $path.'/inspector/virt-inspector.pl', @ARGV);
+exec('perl', $path.'/inspector/virt-inspector', @ARGV);
diff --git a/rescue/run-rescue-locally b/rescue/run-rescue-locally
index 33191e7..18097cf 100755
--- a/rescue/run-rescue-locally
+++ b/rescue/run-rescue-locally
@@ -50,4 +50,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
 $ENV{LIBGUESTFS_PATH} = $path.'/appliance';
 $ENV{PERL5LIB}        = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
 
-exec('perl', $path.'/rescue/virt-rescue.pl', @ARGV);
+exec('perl', $path.'/rescue/virt-rescue', @ARGV);
-- 
1.6.2.5



More information about the Libguestfs mailing list