summaryrefslogtreecommitdiffstats
path: root/debian/patches/perl-interpreter.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/perl-interpreter.patch')
-rw-r--r--debian/patches/perl-interpreter.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/perl-interpreter.patch b/debian/patches/perl-interpreter.patch
new file mode 100644
index 0000000..676a48e
--- /dev/null
+++ b/debian/patches/perl-interpreter.patch
@@ -0,0 +1,15 @@
+Description: Fix interpreter for perl scripts
+ Policy 10.4 states that Perl scripts must use
+ /usr/bin/perl directly and not via /usr/bin/env
+Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
+Last-Update: 2018-08-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/plugins/stonith/external/vcenter
++++ b/lib/plugins/stonith/external/vcenter
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ #
+ # External STONITH module for VMWare vCenter/ESX
+ #