diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-16 01:01:07 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-16 01:01:07 +0100 |
commit | 16716a8b7d09afa31172e93399b4ffd66bb688c1 (patch) | |
tree | 3976a2759d96f647844a4e0efca0094e448d424c /bin | |
parent | a948ae4ad598f2beb753040f6da849c08d45ee83 (diff) | |
download | smokeping-16716a8b7d09afa31172e93399b4ffd66bb688c1.tar.gz smokeping-16716a8b7d09afa31172e93399b4ffd66bb688c1.tar.xz |
prepare for the release of smokeping-20060116_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 3061cf1..97e03b3 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 20060115; +use Smokeping 20060116; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 0307d15..f9bf65a 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 20060115; +use Smokeping 20060116; use Net::SMTP; use Getopt::Long; use Pod::Usage; |