podwrapper: virt-install is not a libguestfs page.

This now redirect to http://man.he.net/man1/virt-install, but this is
unfortunately a 404.

Incomplete fix for RHBZ#1029134.

Thanks: Paul Maunders.
This commit is contained in:
Richard W.M. Jones
2013-11-11 18:34:49 +00:00
parent 4b2e9c9264
commit edacd479fa

View File

@@ -443,6 +443,7 @@ SUBHTML: {
local $_ = shift;
return 1 if /^Sys::Guestfs/;
return 0 if /^virt-install/;
return 1 if /^virt-/;
return 1 if /^libguestf/;
return 1 if /^guestf/;