Displaying 1 result from an estimated 1 matches for "have_edit".
Did you mean:
have_dot
2009 Sep 23
2
[PATCH] New tool: virt-edit
...-83,6 +83,9 @@ daemon/
df/
The virt-df tool.
+edit/
+ The virt-edit tool.
+
examples/
The examples.
diff --git a/Makefile.am b/Makefile.am
index 043e84a..0f478a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,9 @@ endif
if HAVE_RESCUE
SUBDIRS += rescue
endif
+if HAVE_EDIT
+SUBDIRS += edit
+endif
EXTRA_DIST = \
guestfs.pod guestfs-actions.pod guestfs-structs.pod \
diff --git a/cat/virt-cat.pl b/cat/virt-cat.pl
index 748dbb8..329ba6e 100755
--- a/cat/virt-cat.pl
+++ b/cat/virt-cat.pl
@@ -44,8 +44,9 @@ virt-cat - Display a file in a virtual machine
C<virt-cat&...