[Libguestfs] [PATCH 31/46] podwrapper: guestunmount is a libguestfs page, don't link it to he.net.

Richard W.M. Jones rjones at redhat.com
Sat Aug 24 12:37:07 UTC 2013


From: "Richard W.M. Jones" <rjones at redhat.com>

Cherry picked from commit bd30d3a61ce9d14f2f744870a5d4ed8167d609e2
and commit 0087cf2531bfef7bec66d6cdfb1f8143ecd5ecb2.

Note that libguestfs 1.20 does not use guestunmount.
---
 podwrapper.pl.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/podwrapper.pl.in b/podwrapper.pl.in
index af21ef0..c14044c 100755
--- a/podwrapper.pl.in
+++ b/podwrapper.pl.in
@@ -447,6 +447,7 @@ SUBHTML: {
         return 1 if /^libguestf/;
         return 1 if /^guestf/;
         return 1 if /^guestmount/;
+        return 1 if /^guestunmount/;
         return 1 if /^hivex/;
         return 1 if /^febootstrap/;
         return 1 if /^supermin/;
-- 
1.8.3.1




More information about the Libguestfs mailing list