Blame SOURCES/NTLM-1.09-Remove-shebangs-from-the-modules.patch

f47ee2
From 767179c773e45c28ef6ecaff01c8b62f8e240bc5 Mon Sep 17 00:00:00 2001
f47ee2
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
f47ee2
Date: Tue, 17 Mar 2020 14:44:38 +0100
f47ee2
Subject: [PATCH] Remove shebangs from the modules
f47ee2
MIME-Version: 1.0
f47ee2
Content-Type: text/plain; charset=UTF-8
f47ee2
Content-Transfer-Encoding: 8bit
f47ee2
f47ee2
Signed-off-by: Petr Písař <ppisar@redhat.com>
f47ee2
---
f47ee2
 DES/DES.pm | 1 -
f47ee2
 MD4/MD4.pm | 1 -
f47ee2
 NTLM.pm    | 2 --
f47ee2
 3 files changed, 4 deletions(-)
f47ee2
f47ee2
diff --git a/DES/DES.pm b/DES/DES.pm
f47ee2
index 04ab365..6210f44 100644
f47ee2
--- a/DES/DES.pm
f47ee2
+++ b/DES/DES.pm
f47ee2
@@ -1,4 +1,3 @@
f47ee2
-#!/usr/local/bin/perl
f47ee2
 #
f47ee2
 # This is an implementation of part of the DES specification.  According
f47ee2
 # to the code this is ported from, this code does NOT enable 2-way
f47ee2
diff --git a/MD4/MD4.pm b/MD4/MD4.pm
f47ee2
index ba8f735..7d2b49d 100644
f47ee2
--- a/MD4/MD4.pm
f47ee2
+++ b/MD4/MD4.pm
f47ee2
@@ -1,4 +1,3 @@
f47ee2
-#!/usr/local/bin/perl
f47ee2
 #
f47ee2
 # This is a partial implentation of the MD4 checksum code.
f47ee2
 #
f47ee2
diff --git a/NTLM.pm b/NTLM.pm
f47ee2
index 60af70e..d7ae5ff 100644
f47ee2
--- a/NTLM.pm
f47ee2
+++ b/NTLM.pm
f47ee2
@@ -1,5 +1,3 @@
f47ee2
-#!/usr/local/bin/perl
f47ee2
-
f47ee2
 package Authen::NTLM;
f47ee2
 use strict;
f47ee2
 use Authen::NTLM::DES;
f47ee2
-- 
f47ee2
2.21.1
f47ee2