Commit 3b0ec331 authored by Dietmar Maurer's avatar Dietmar Maurer

use taint mode for vzdump

parent cbfc5881
...@@ -36,7 +36,7 @@ pvectl.1.pod: pvectl ...@@ -36,7 +36,7 @@ pvectl.1.pod: pvectl
perl -I.. ./pvectl printmanpod >$@ perl -I.. ./pvectl printmanpod >$@
vzdump.1.pod: vzdump vzdump.1.pod: vzdump
perl -I.. ./vzdump printmanpod >$@ perl -I.. -T ./vzdump printmanpod >$@
vzrestore.1.pod: vzrestore vzrestore.1.pod: vzrestore
perl -I.. ./vzrestore printmanpod >$@ perl -I.. ./vzrestore printmanpod >$@
......
#!/usr/bin/perl -w #!/usr/bin/perl -w -T
use strict; use strict;
use PVE::SafeSyslog; use PVE::SafeSyslog;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment