summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-06-01 13:29:44 +0200
committerNiko Tyni <ntyni@iki.fi>2005-06-01 13:29:44 +0200
commit54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d (patch)
tree799333730a335ea4afaf4f1104c77e0eff702bf5 /bin
parent9791370bdbea2be98b9f715a4cea7bbfc5ec9880 (diff)
downloadsmokeping-54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d.tar.gz
smokeping-54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d.tar.xz
* 2.0/doc/smokeping_upgrade.pod:
+ mention tSmoke inclusion * 2.0/bin/tSmoke.dist, 2.0/Makefile: + make tSmoke require the current Smokeping.pm version + add tSmoke to the 'patch' Makefile target to keep it up to date * 2.0/etc/config.dist: + add the 'tmail' variable * 2.0/CHANGES: + mention Dan as the original tSmoke author
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tSmoke.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index e749978..d8a8089 100755
--- a/bin/tSmoke.dist
+++ b/bin/tSmoke.dist
@@ -53,7 +53,7 @@ use strict;
use lib qw(lib);
use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-use Smokeping;
+use Smokeping 1.99006;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;