summaryrefslogtreecommitdiff
path: root/net/mrtg/patches/patch-ab
blob: 078b79c732e96673801ce2837c49a664363711fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.4 1999/05/22 10:45:33 rh Exp $

--- run/mrtg.orig	Tue Apr 27 10:04:06 1999
+++ run/mrtg	Sat May 22 10:59:57 1999
@@ -52,7 +52,7 @@
   }
   die "ERROR: Can\'t find location of mrtg executable\n" 
     unless $main::binpath; 
-  unshift (@INC,$main::binpath);
+  $main::binpath .= "/../libexec"
 }
 
 ###