summaryrefslogtreecommitdiff
path: root/net/smokeping/files
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-10-28 21:43:18 +0000
committeradrianp <adrianp@pkgsrc.org>2005-10-28 21:43:18 +0000
commit71ab4d7633f6a5cd4f64a1f9ac01fa6ed61db30b (patch)
tree77210a2d630f7554952db5fd270ee892e4953564 /net/smokeping/files
parentd41f5733e7b878f8f9de48ddb9541402dec5e707 (diff)
downloadpkgsrc-71ab4d7633f6a5cd4f64a1f9ac01fa6ed61db30b.tar.gz
Upgrade from smokeping 1.3.x to 2.0.4
Ok'ed bouyer@ Lots of changes but in brief: new probe programming interface allow target-specific vars get defaults from Probes section config file examples and smokeping_examples document documentation updates and reorganizing new commandline options '--config=X' and '--check' Perl 5.8.0 compatibility fix RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) See this URL for all the details: http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/CHANGES
Diffstat (limited to 'net/smokeping/files')
-rwxr-xr-xnet/smokeping/files/smokeping.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/smokeping/files/smokeping.sh b/net/smokeping/files/smokeping.sh
index e9094f5060c..43162957097 100755
--- a/net/smokeping/files/smokeping.sh
+++ b/net/smokeping/files/smokeping.sh
@@ -1,13 +1,13 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: smokeping.sh,v 1.2 2004/06/23 22:25:44 adrianp Exp $
+# $NetBSD: smokeping.sh,v 1.3 2005/10/28 21:43:18 adrianp Exp $
#
# PROVIDE: smokeping
# REQUIRE: DAEMON
name="smokeping"
command="@PREFIX@/bin/smokeping"
-pidfile="/var/run/${name}.pid"
+pidfile="@VARBASE@/run/${name}.pid"
cmd=${1:-start}