freebsd-ports/www/lightsquid/files/patch-lightparser.pl
Cheng-Lung Sung b1aa3e2227 - Update to 1.7.1
- Try to distribute config, data files
Note: config files are located in ${PREFIX}/etc/lightsquid now

PR:		ports/107810
Submitted by:	maintainer (Alexander Logvinov)
2007-01-15 01:18:55 +00:00

11 lines
344 B
Perl

--- lightparser.pl.orig Wed Jan 10 19:06:49 2007
+++ lightparser.pl Thu Jan 11 00:53:59 2007
@@ -36,7 +36,7 @@
require "common.pl";
#include ip2name function
-require "ip2name/ip2name.$ip2name";
+require "$ip2namepath/ip2name.$ip2name";
$SIG{INT} = \&LOCKREMOVER; # traps keyboard interrupt
my $lockfilepath ="$lockpath/lockfile";