diff --git a/podwrapper.pl.in b/podwrapper.pl.in index 619d3af2b..9b90d0faa 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -552,6 +552,7 @@ SUBHTML: { return 1 if /^guestunmount/; return 1 if /^hivex/; return 1 if /^supermin/; + return 1 if /^nbdkit/; return 0; }