diff options
Diffstat (limited to 'net/nocol/patches/patch-ai')
-rw-r--r-- | net/nocol/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/nocol/patches/patch-ai b/net/nocol/patches/patch-ai new file mode 100644 index 00000000000..b1841149429 --- /dev/null +++ b/net/nocol/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2002/05/14 08:38:26 abs Exp $ + +--- perlnocol/nocollib.pl.orig Tue May 7 09:51:23 2002 ++++ perlnocol/nocollib.pl +@@ -52,7 +52,7 @@ + $etcdir = "$nocolroot/etc" unless $etcdir; # location of config file + $piddir = "$nocolroot/run" unless $piddir; # SET_THIS + $bindir = "$nocolroot/bin" unless $bindir; +-$datadir = "$nocolroot/data" unless $datadir; # output data file ++$datadir = "/var/run/data" unless $datadir; # output data file + + push(@INC, $bindir); push(@INC, $etcdir); # add to search paths for 'require' + $ENV{'PATH'} .= ":$bindir"; # add to path for snmpwalk, etc. |