diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-20 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-20 01:01:00 +0200 |
commit | 2e1beb69d82a6d7b1aeb138aa8d3bf9ab733939f (patch) | |
tree | 4eb19c7dd77bd61e54dc3ce14de73af9543e00ea /bin | |
parent | 879fb4247906dd9eac91acc9a055e51aa20917e5 (diff) | |
download | smokeping-2e1beb69d82a6d7b1aeb138aa8d3bf9ab733939f.tar.gz smokeping-2e1beb69d82a6d7b1aeb138aa8d3bf9ab733939f.tar.xz |
prepare for the release of smokeping-20060820_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 6289975..8c9ac6b 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 20060819; +use Smokeping 20060820; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 2c0868e..b772e5a 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 20060819; +use Smokeping 20060820; use Net::SMTP; use Getopt::Long; use Pod::Usage; |