nagios4/debian/patches/10_p1_pl_shebang.patch
2017-05-19 22:22:41 +02:00

13 lines
238 B
Diff

Author: Marc Haber <mh+debian-packages@zugschlus.de>
Description: Fix shebang of perl interpreter
--- a/p1.pl
+++ b/p1.pl
@@ -1,4 +1,6 @@
- package Embed::Persistent;
+#!/usr/bin/perl
+
+package Embed::Persistent;
# p1.pl for Nagios