aboutsummaryrefslogtreecommitdiff
path: root/dns/rbllookup-ng/files/patch-rbllookup.pl
blob: 9af1673039a10948b0ee573ed3bd31fce0e415cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rbllookup.pl.orig	2014-05-11 10:08:39 UTC
+++ rbllookup.pl
@@ -39,7 +39,7 @@ print "\n";
 
 # Reading configuration
 
-my $configfile="/etc/rbllookup.conf";
+my $configfile="%%PREFIX%%/etc/rbllookup.conf";
 my $test=0;
 my $parallel=32;
 my $timeout=5;