summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-rssm-shebang.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-04 19:34:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-04 21:07:27 +0000
commit5018b1a0fb8aa426b62b3d3b90dd474beace3c97 (patch)
tree42a1e746c56c250a61b1890be74f9ebb8a6c41a2 /debian/patches/debian/0001-rssm-shebang.patch
parentAdding upstream version 2.0.0+debian. (diff)
downloaddnscap-5018b1a0fb8aa426b62b3d3b90dd474beace3c97.tar.xz
dnscap-5018b1a0fb8aa426b62b3d3b90dd474beace3c97.zip
Adding debian version 2.0.0+debian-1.debian/2.0.0+debian-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian/0001-rssm-shebang.patch')
-rw-r--r--debian/patches/debian/0001-rssm-shebang.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/debian/0001-rssm-shebang.patch b/debian/patches/debian/0001-rssm-shebang.patch
new file mode 100644
index 0000000..6db94ba
--- /dev/null
+++ b/debian/patches/debian/0001-rssm-shebang.patch
@@ -0,0 +1,12 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Correcting Perl shebang.
+
+diff -Naurp dnscap.orig/plugins/rssm/dnscap-rssm-rssac002 dnscap/plugins/rssm/dnscap-rssm-rssac002
+--- dnscap.orig/plugins/rssm/dnscap-rssm-rssac002
++++ dnscap/plugins/rssm/dnscap-rssm-rssac002
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ #
+ # Copyright (c) 2018-2021, OARC, Inc.
+ # All rights reserved.