diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-09 01:01:02 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-09 01:01:02 +0200 |
commit | 1a74a8b236db6c3a8f8996572ad70407bc52864f (patch) | |
tree | 8f83e05051e64fd035a4179651ec1cf364f218d9 /bin | |
parent | 2820736e7ed7adec3c1e34cf83f89b20e727a058 (diff) | |
download | smokeping-1a74a8b236db6c3a8f8996572ad70407bc52864f.tar.gz smokeping-1a74a8b236db6c3a8f8996572ad70407bc52864f.tar.xz |
prepare for the release of smokeping-20060609_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 9e1edc4..5390860 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 20060608; +use Smokeping 20060609; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 292eb22..756c8dc 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 20060608; +use Smokeping 20060609; use Net::SMTP; use Getopt::Long; use Pod::Usage; |