summaryrefslogtreecommitdiff
path: root/net/smokeping/patches/patch-ad
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-08-09 21:48:53 +0000
committeradrianp <adrianp>2006-08-09 21:48:53 +0000
commit67a23c5479a88bcb973874c36ae714d5b806914f (patch)
treea5e04da22732940d05db40a82b4de8819c3de7f6 /net/smokeping/patches/patch-ad
parent889486b7eb703f8209af1b5a9078a53b8c787863 (diff)
downloadpkgsrc-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/patch-ad')
-rw-r--r--net/smokeping/patches/patch-ad12
1 files changed, 6 insertions, 6 deletions
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: