--- a/util/virtual-patching/arachni2modsec.pl
+++ b/util/virtual-patching/arachni2modsec.pl
@@ -1,4 +1,4 @@
-#!/opt/local/bin/perl -T
+#!/usr/bin/perl -T
 
 #############################################
 # -=[ Virtual Patching Converter Script ]=- #
--- a/util/virtual-patching/zap2modsec.pl
+++ b/util/virtual-patching/zap2modsec.pl
@@ -1,4 +1,4 @@
-#!/opt/local/bin/perl -T
+#!/usr/bin/perl -T
 
 #############################################
 # -=[ Virtual Patching Converter Script ]=- #
--- a/crs-setup.conf.example
+++ b/crs-setup.conf.example
@@ -675,7 +675,7 @@
 #
 # Uncomment this rule to use this feature:
 #
-#SecGeoLookupDB util/geo-location/GeoIP.dat
+#SecGeoLookupDB /usr/share/GeoIP/GeoLiteCity.dat
 
 
 #
--- a/util/regexp-assemble/regexp-assemble.pl
+++ b/util/regexp-assemble/regexp-assemble.pl
@@ -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.
--- a/util/regexp-assemble/regexp-assemble-v2.pl
+++ b/util/regexp-assemble/regexp-assemble-v2.pl
@@ -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.
