File: Use-default-perl-library-path.patch

package info (click to toggle)
inetsim 1.3.2%2Bdfsg.1-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,768 kB
  • sloc: perl: 13,024; sh: 262; makefile: 26; ansic: 13
file content (23 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Debian Security Tools <team+pkg-security@tracker.debian.org>
Date: Thu, 29 Aug 2019 10:21:08 +0200
Subject: Use default perl library path

Origin: upstream
Author: Thomas Hungenberg
---
 inetsim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inetsim b/inetsim
index f91f92c..c60d69e 100755
--- a/inetsim
+++ b/inetsim
@@ -9,7 +9,7 @@
 ################################################################
 
 # Installation path of INetSim packages
-use lib "./lib";
+#use lib "/usr/share/perl5";
 
 ################################################################
 # NO USER CONFIGURATION BELOW