diff options
Diffstat (limited to 'net/smokeping/patches/patch-ab')
-rw-r--r-- | net/smokeping/patches/patch-ab | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/smokeping/patches/patch-ab b/net/smokeping/patches/patch-ab index aa4d152ff6e..e06daa7e617 100644 --- a/net/smokeping/patches/patch-ab +++ b/net/smokeping/patches/patch-ab @@ -1,17 +1,16 @@ -$NetBSD: patch-ab,v 1.2 2004/04/12 21:05:15 kim Exp $ - ---- htdocs/smokeping.cgi.dist.orig 2004-03-14 15:27:24.000000000 -0500 -+++ htdocs/smokeping.cgi.dist 2004-04-12 16:23:45.000000000 -0400 +$NetBSD: patch-ab,v 1.3 2004/06/23 22:25:44 adrianp Exp $ +--- htdocs/smokeping.cgi.dist.orig Thu Jun 10 00:14:25 2004 ++++ htdocs/smokeping.cgi.dist Thu Jun 10 00:15:42 2004 @@ -1,12 +1,11 @@ -#!/usr/sepp/bin/speedy -w -+#!@PREFIX@/bin/perl -w ++#!@PREFIX@/bin/@INTERP@ -w # -*-perl-*- -use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl); -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib); +use lib qw(@PREFIX@/lib/smokeping); - use Smokeping 1.28; + use Smokeping 1.30; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("@PKG_SYSCONFDIR@/config"); |