freebsd-ports/net-mgmt/nedi/files/patch-nedi.pl
Rong-En Fan cf89040c16 Add nedi , network Discovery and Monitoring tool.
PR:		ports/108807
Submitted by:	cristi
2007-02-07 13:56:46 +00:00

11 lines
325 B
Perl

--- nedi.pl.orig Mon Feb 5 17:07:23 2007
+++ nedi.pl Mon Feb 5 17:14:13 2007
@@ -53,7 +53,7 @@
if($opt{u}){
$misc::seedlist = "$opt{u}";
}else{
- $misc::seedlist = "seedlist";
+ $misc::seedlist = "/usr/local/etc/nedi.seedlist";
}
# Disable buffering so we can see what's going on right away.
select(STDOUT); $| = 1;