blob: a65f0e9f95c8c0d526d241954806e8f274a58e6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.5 2000/10/20 16:06:17 bouyer Exp $
--- contrib/NSI/Mrtg_nsi.orig Thu Oct 19 14:20:46 2000
+++ contrib/NSI/Mrtg_nsi Thu Oct 19 14:21:08 2000
@@ -59,7 +59,7 @@
}
die "ERROR: Can\'t find location of mrtg executable\n"
unless $main::binpath;
- unshift (@INC,$main::binpath);
+ $main::binpath .= "/../libexec"
}
# There older perls tend to behave peculiar with
|