diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-06 01:01:05 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-06 01:01:05 +0100 |
commit | 6772387bcd7b604ad28d12a49e5806a872ad3b79 (patch) | |
tree | 6b38cd05ba38272682392bb1aae4c1bef7ca9426 /bin | |
parent | b0435f544c7bc175a2a1741394357f2f44622a97 (diff) | |
download | smokeping-6772387bcd7b604ad28d12a49e5806a872ad3b79.tar.gz smokeping-6772387bcd7b604ad28d12a49e5806a872ad3b79.tar.xz |
prepare for the release of smokeping-20060106_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 bba4cd7..48a2bdf 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 20060105; +use Smokeping 20060106; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index a04fd71..9cfcfc2 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 20060105; +use Smokeping 20060106; use Net::SMTP; use Getopt::Long; use Pod::Usage; |