diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-18 01:00:56 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-18 01:00:56 +0200 |
commit | d0b8cabf6e9030ee17b5eda9d4584967f0e25203 (patch) | |
tree | a19d73a5cc119410546acfd9570963d58368a5d8 /bin | |
parent | 236114c315a288a6a863f84becab449a325295e6 (diff) | |
download | smokeping-d0b8cabf6e9030ee17b5eda9d4584967f0e25203.tar.gz smokeping-d0b8cabf6e9030ee17b5eda9d4584967f0e25203.tar.xz |
prepare for the release of smokeping-20060518_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 c56000a..0d2f5c9 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 20060517; +use Smokeping 20060518; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index d8cc816..5090d77 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 20060517; +use Smokeping 20060518; use Net::SMTP; use Getopt::Long; use Pod::Usage; |