summaryrefslogtreecommitdiff
path: root/net/smokeping/patches
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-06-23 22:25:44 +0000
committeradrianp <adrianp>2004-06-23 22:25:44 +0000
commit67a8ceb21928bd8174fc875137f42e4923db5205 (patch)
treec86df2fb08c1729fdd26a57e0086a2daf54f4023 /net/smokeping/patches
parent687f9afe853479ee21f9893a4da8879dc630ceca (diff)
downloadpkgsrc-67a8ceb21928bd8174fc875137f42e4923db5205.tar.gz
Update smokeping to 1.30
- Add option to build with SpeedyCGI support (USE_SPEEDY) - Use @RCD_SCRIPTS_SHELL@ instead of hardcoded /bin/sh - Use REPLACE_PERL instead of patch/sed hack Closes PR #25549 submitted by me. Ok'ed wiz@/bouyer@ From the CHANGELOG: 2004/05/12 -- 1.30 * fix nodata_color syntax --tobi * when inserting unknown values into sorted rtt list, do this on the outside ... U:U:1:2:3:U:U and not in the middle. This will make the graphs more smokei when there is data loss. --tobi * config files with different probes should work ... fixed problem introduced in 1.29 --tobi 2004/05/08 -- 1.29 * while running, make all die and warn things go to the log file if there is one --tobi * added rawlog option for logging actual gatherd data --tobi (for virtela) * added alertee option to send a copy of any alert generated to additional 'perbranche' people --tobi * cgi should not complain about non existing hosts ... the daemon does that i already --tobi * actually allow empty alerts -- tobi * added nodata_color property to specify background color for graph when when no data is available -- David Hull <hull@dslextreme.com>
Diffstat (limited to 'net/smokeping/patches')
-rw-r--r--net/smokeping/patches/patch-aa11
-rw-r--r--net/smokeping/patches/patch-ab11
2 files changed, 10 insertions, 12 deletions
diff --git a/net/smokeping/patches/patch-aa b/net/smokeping/patches/patch-aa
index 64fe89bfcdc..8a41872ed7f 100644
--- a/net/smokeping/patches/patch-aa
+++ b/net/smokeping/patches/patch-aa
@@ -1,10 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2004/04/12 21:05:15 kim Exp $
+$NetBSD: patch-aa,v 1.3 2004/06/23 22:25:44 adrianp Exp $
---- bin/smokeping.dist.orig 2004-03-14 15:27:24.000000000 -0500
-+++ bin/smokeping.dist 2004-04-12 16:24:12.000000000 -0400
+--- bin/smokeping.dist.orig Wed May 12 20:49:01 2004
++++ bin/smokeping.dist Wed May 12 20:49:44 2004
@@ -1,14 +1,11 @@
--#!/usr/sepp/bin/perl -w
-+#!@PREFIX@/bin/perl -w
+ #!/usr/sepp/bin/perl -w
# -*-perl-*-
-use lib qw(/home/oetiker/data/projects/AABN-rrdtool/perl-shared/blib/lib);
@@ -13,7 +12,7 @@ $NetBSD: patch-aa,v 1.2 2004/04/12 21:05:15 kim Exp $
-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::main("etc/config.dist");
+Smokeping::main("@PKG_SYSCONFDIR@/config");
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");