aboutsummaryrefslogtreecommitdiff
path: root/dns/rbllookup-ng/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-11-13 13:10:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-11-13 13:10:14 +0000
commit7a999ee653b926629ca4dda3ace0b095401a9997 (patch)
treee518daf4cec33db58c2fe2e23e0e3685ffcedb82 /dns/rbllookup-ng/files
parent07c78eaebbc1a503b75d91698355af49f63551cf (diff)
downloadports-7a999ee653b926629ca4dda3ace0b095401a9997.tar.gz
ports-7a999ee653b926629ca4dda3ace0b095401a9997.zip
Notes
Diffstat (limited to 'dns/rbllookup-ng/files')
-rw-r--r--dns/rbllookup-ng/files/patch-rbllookup.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/rbllookup-ng/files/patch-rbllookup.pl b/dns/rbllookup-ng/files/patch-rbllookup.pl
new file mode 100644
index 000000000000..4265cbe9adad
--- /dev/null
+++ b/dns/rbllookup-ng/files/patch-rbllookup.pl
@@ -0,0 +1,11 @@
+--- rbllookup.pl.orig Mon Nov 13 23:55:52 2006
++++ rbllookup.pl Tue Nov 14 00:04:11 2006
+@@ -39,7 +39,7 @@
+
+ # Reading configuration
+
+-my $configfile="/etc/rbllookup.conf";
++my $configfile="%%PREFIX%%/etc/rbllookup.conf";
+ my $test=0;
+ my $parallel=32;
+ my $timeout=5;