summaryrefslogtreecommitdiffstats
path: root/debian/patches/perl-interpreter.patch
blob: 676a48ecd7a5e0d0e78aae2cd99bb77045506360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
 #