File: fix_paths

package info (click to toggle)
modsecurity-crs 3.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,636 kB
  • sloc: ansic: 727; perl: 443; python: 421; sh: 90; ruby: 69; javascript: 53; makefile: 14
file content (40 lines) | stat: -rw-r--r-- 1,951 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Index: modsecurity-crs/util/virtual-patching/arachni2modsec.pl
===================================================================
--- modsecurity-crs.orig/util/virtual-patching/arachni2modsec.pl	2020-08-16 20:21:19.863661332 +0200
+++ modsecurity-crs/util/virtual-patching/arachni2modsec.pl	2020-08-16 20:21:19.863661332 +0200
@@ -1,4 +1,4 @@
-#!/opt/local/bin/perl -T
+#!/usr/bin/perl -T
 
 #############################################
 # -=[ Virtual Patching Converter Script ]=- #
Index: modsecurity-crs/util/virtual-patching/zap2modsec.pl
===================================================================
--- modsecurity-crs.orig/util/virtual-patching/zap2modsec.pl	2020-08-16 20:21:19.863661332 +0200
+++ modsecurity-crs/util/virtual-patching/zap2modsec.pl	2020-08-16 20:21:19.863661332 +0200
@@ -1,4 +1,4 @@
-#!/opt/local/bin/perl -T
+#!/usr/bin/perl -T
 
 #############################################
 # -=[ Virtual Patching Converter Script ]=- #
Index: modsecurity-crs/util/regexp-assemble/regexp-assemble.pl
===================================================================
--- modsecurity-crs.orig/util/regexp-assemble/regexp-assemble.pl	2020-08-16 20:21:19.863661332 +0200
+++ modsecurity-crs/util/regexp-assemble/regexp-assemble.pl	2020-08-16 20:21:19.863661332 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #
 # Create one regexp from a set of regexps.
 # Regexps can be submitted via standard input, one per line.
Index: modsecurity-crs/util/regexp-assemble/regexp-assemble-v2.pl
===================================================================
--- modsecurity-crs.orig/util/regexp-assemble/regexp-assemble-v2.pl	2020-08-16 20:21:19.863661332 +0200
+++ modsecurity-crs/util/regexp-assemble/regexp-assemble-v2.pl	2020-08-16 20:21:19.863661332 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #
 # Create one regexp from a set of regexps.
 # Regexps can be submitted via standard input, one per line.