diff options
author | adrianp <adrianp> | 2006-08-09 21:48:53 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-08-09 21:48:53 +0000 |
commit | 67a23c5479a88bcb973874c36ae714d5b806914f (patch) | |
tree | a5e04da22732940d05db40a82b4de8819c3de7f6 /net/smokeping/patches | |
parent | 889486b7eb703f8209af1b5a9078a53b8c787863 (diff) | |
download | pkgsrc-67a23c5479a88bcb973874c36ae714d5b806914f.tar.gz |
Update to smokeping-2.0.9
Package changes include:
- pkglintification
- move to options.mk
smokeping changes include:
* remove the FPing 'timeout' variable, since it never really did anything
* Curl.pm: new variables 'follow_redirects' and 'include_redirects'
* make buggy_perl_version test work on perl 5.8.7 too ...
* AnotherDNS.pm: added option 'require_answers' for testing
For a full list see:
http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/CHANGES
ok'ed bouyer@
Diffstat (limited to 'net/smokeping/patches')
-rw-r--r-- | net/smokeping/patches/patch-aa | 6 | ||||
-rw-r--r-- | net/smokeping/patches/patch-ab | 6 | ||||
-rw-r--r-- | net/smokeping/patches/patch-ad | 12 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/smokeping/patches/patch-aa b/net/smokeping/patches/patch-aa index f1a571359fc..defc45cc71b 100644 --- a/net/smokeping/patches/patch-aa +++ b/net/smokeping/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2005/10/28 21:43:18 adrianp Exp $ +$NetBSD: patch-aa,v 1.6 2006/08/09 21:48:53 adrianp Exp $ ---- bin/smokeping.dist.orig 2005-10-23 22:09:23.000000000 +0100 +--- bin/smokeping.dist.orig 2006-07-14 12:17:59.000000000 +0100 +++ bin/smokeping.dist @@ -1,12 +1,11 @@ #!/usr/sepp/bin/perl-5.8.4 -w @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.5 2005/10/28 21:43:18 adrianp Exp $ -use lib qw(lib); +use lib qw(@PREFIX@/lib/smokeping); - use Smokeping 2.000004; + use Smokeping 2.000009; -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 55869b5f14d..984c0c63a5b 100644 --- a/net/smokeping/patches/patch-ab +++ b/net/smokeping/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.5 2005/10/28 21:43:18 adrianp Exp $ +$NetBSD: patch-ab,v 1.6 2006/08/09 21:48:53 adrianp Exp $ ---- htdocs/smokeping.cgi.dist.orig 2005-10-23 22:16:54.000000000 +0100 +--- htdocs/smokeping.cgi.dist.orig 2006-07-14 12:17:59.000000000 +0100 +++ htdocs/smokeping.cgi.dist @@ -1,13 +1,12 @@ -#!/usr/sepp/bin/speedy -w @@ -12,7 +12,7 @@ $NetBSD: patch-ab,v 1.5 2005/10/28 21:43:18 adrianp Exp $ +use lib qw(@PREFIX@/lib/smokeping); use CGI::Carp qw(fatalsToBrowser); - use Smokeping 2.000004; + use Smokeping 2.000009; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("@PKG_SYSCONFDIR@/config"); diff --git a/net/smokeping/patches/patch-ad b/net/smokeping/patches/patch-ad index e8735b7eacc..a065843a67e 100644 --- a/net/smokeping/patches/patch-ad +++ b/net/smokeping/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.1 2005/10/28 21:43:18 adrianp Exp $ +$NetBSD: patch-ad,v 1.2 2006/08/09 21:48:53 adrianp Exp $ ---- bin/tSmoke.dist.orig 2005-10-23 22:31:49.000000000 +0100 +--- bin/tSmoke.dist.orig 2006-07-14 12:17:59.000000000 +0100 +++ bin/tSmoke.dist @@ -50,8 +50,7 @@ use strict; # -- Getopt::Long @@ -10,7 +10,7 @@ $NetBSD: patch-ad,v 1.1 2005/10/28 21:43:18 adrianp Exp $ -use lib "/usr/local/rrdtool-1.0.39/lib/perl"; +use lib "@PREFIX@/lib/smokeping"; - use Smokeping 2.000004; + use Smokeping 2.000009; use Net::SMTP; @@ -60,7 +59,7 @@ use Pod::Usage; use RRDs; @@ -21,7 +21,7 @@ $NetBSD: patch-ad,v 1.1 2005/10/28 21:43:18 adrianp Exp $ # global variables my $cfg; -@@ -473,9 +472,9 @@ past week and past month including an ov +@@ -462,9 +461,9 @@ past week and past month including an ov Typical crontab used to invoke this are # Quick morning alert to see what's down @@ -29,11 +29,11 @@ $NetBSD: patch-ad,v 1.1 2005/10/28 21:43:18 adrianp Exp $ + 0 6 * * * @PREFIX@/bin/tSmoke.pl --q --to=mobilephone@att.net.invalid --morning # Weekly report on the percent availability of network systems with no detail - 0 8 * * * /usr/local/smokeping/bin/tSmoke.pl --q --to=mailbox@company.com.invalid --weekly --detail=0 -+ 0 8 * * * @PREFIX@/tSmoke.pl --q --to=mailbox@company.com.invalid --weekly --detail=0 ++ 0 8 * * * @PREFIX@/bin/tSmoke.pl --q --to=mailbox@company.com.invalid --weekly --detail=0 =head1 SETUP -@@ -495,17 +494,16 @@ We need to use the following B<libraries +@@ -484,17 +483,16 @@ We need to use the following B<libraries Set up your libraries: |