summaryrefslogtreecommitdiffstats
path: root/debian/patches/perl-interpreter.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:40:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:40:13 +0000
commit70f15f82608220f5351716d4fb29ff5d0c339010 (patch)
treebdc6aa1d04df6136e48df5fcf7f9a906990f923c /debian/patches/perl-interpreter.patch
parentAdding upstream version 1.0.12. (diff)
downloadcluster-glue-70f15f82608220f5351716d4fb29ff5d0c339010.tar.xz
cluster-glue-70f15f82608220f5351716d4fb29ff5d0c339010.zip
Adding debian version 1.0.12-22.debian/1.0.12-22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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
+ #