diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-23 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-23 01:00:58 +0100 |
commit | f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c (patch) | |
tree | 4221abf3ef85dfdcabe33f8f0639c6d2cc676a92 /bin | |
parent | 2a52eba5e497c573aa34e83583427b42064be570 (diff) | |
download | smokeping-f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c.tar.gz smokeping-f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c.tar.xz |
prepare for the release of smokeping-20060123_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 f6b851b..020f2ca 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 20060122; +use Smokeping 20060123; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index b29df75..236cb61 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 20060122; +use Smokeping 20060123; use Net::SMTP; use Getopt::Long; use Pod::Usage; |