Index: modsecurity-crs/util/virtual-patching/arachni2modsec.pl
===================================================================
--- modsecurity-crs.orig/util/virtual-patching/arachni2modsec.pl	2018-11-27 09:43:34.798246564 +0100
+++ modsecurity-crs/util/virtual-patching/arachni2modsec.pl	2018-11-27 09:43:34.794246536 +0100
@@ -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	2018-11-27 09:43:34.798246564 +0100
+++ modsecurity-crs/util/virtual-patching/zap2modsec.pl	2018-11-27 09:43:34.794246536 +0100
@@ -1,4 +1,4 @@
-#!/opt/local/bin/perl -T
+#!/usr/bin/perl -T
 
 #############################################
 # -=[ Virtual Patching Converter Script ]=- #
Index: modsecurity-crs/crs-setup.conf.example
===================================================================
--- modsecurity-crs.orig/crs-setup.conf.example	2018-11-27 09:43:34.798246564 +0100
+++ modsecurity-crs/crs-setup.conf.example	2018-11-27 09:43:34.794246536 +0100
@@ -633,7 +633,7 @@
 #
 # Uncomment this rule to use this feature:
 #
-#SecGeoLookupDB util/geo-location/GeoIP.dat
+#SecGeoLookupDB /usr/share/GeoIP/GeoLiteCity.dat
 
 
 #
@@ -814,7 +814,7 @@
 # Uncomment these rules, filling in your CRS path and the source IP address,
 # to enable debug mode:
 #
-#Include /path/to/crs/util/debug/RESPONSE-981-DEBUG.conf
+#Include /usr/share/modsecurity-crs/util/debug/RESPONSE-981-DEBUG.conf
 #SecRule REMOTE_ADDR "@ipMatch 192.168.1.100" \
 # "id:900980,\
 #  phase:1,\
Index: modsecurity-crs/util/regexp-assemble/regexp-assemble.pl
===================================================================
--- modsecurity-crs.orig/util/regexp-assemble/regexp-assemble.pl	2016-11-14 19:17:39.103617105 +0100
+++ modsecurity-crs/util/regexp-assemble/regexp-assemble.pl	2018-11-27 09:44:19.326559665 +0100
@@ -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.
