diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-16 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-16 01:00:53 +0100 |
commit | 28828494e3c14e84232a895104411d855bfd38b2 (patch) | |
tree | 07160201666cb3b82c29e75a9d208ad5584e5611 /bin | |
parent | 5ba7e23f3f72293b7bc8c97fa6f071288b35437a (diff) | |
download | smokeping-28828494e3c14e84232a895104411d855bfd38b2.tar.gz smokeping-28828494e3c14e84232a895104411d855bfd38b2.tar.xz |
prepare for the release of smokeping-20060316_trunk
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smokeping.dist | 2 | ||||
-rwxr-xr-x | bin/tSmoke.dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index e863202..4062dc1 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -4,7 +4,7 @@ use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl); use lib qw(lib); -use Smokeping 20060315; +use Smokeping 20060316; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 9e52e7c..3496d35 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 20060315; +use Smokeping 20060316; use Net::SMTP; use Getopt::Long; use Pod::Usage; |