diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-14 01:00:47 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-14 01:00:47 +0100 |
commit | ed17a6b7b8dcf46de7aec37777aeb525af65c7ac (patch) | |
tree | 951608751a2a3614919e7ece147aac37f88692ee /bin | |
parent | c186d8f231b999aea5c64c4c38c9f04a2c79ee34 (diff) | |
download | smokeping-ed17a6b7b8dcf46de7aec37777aeb525af65c7ac.tar.gz smokeping-ed17a6b7b8dcf46de7aec37777aeb525af65c7ac.tar.xz |
prepare for the release of smokeping-20060114_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 a1c38fe..3ebca00 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 20060113; +use Smokeping 20060114; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index fc47de3..c2cc362 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 20060113; +use Smokeping 20060114; use Net::SMTP; use Getopt::Long; use Pod::Usage; |