diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-20 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-20 01:00:53 +0200 |
commit | b21de76409f7dd06a507b268fbd857edfd8a0d86 (patch) | |
tree | 3b17763692291692d2b5b118efe1edda9fb6438b /bin | |
parent | 3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce (diff) | |
download | smokeping-b21de76409f7dd06a507b268fbd857edfd8a0d86.tar.gz smokeping-b21de76409f7dd06a507b268fbd857edfd8a0d86.tar.xz |
prepare for the release of smokeping-20060620_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 f834a4b..610aba9 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 20060619; +use Smokeping 20060620; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 881f057..ef69d9c 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 20060619; +use Smokeping 20060620; use Net::SMTP; use Getopt::Long; use Pod::Usage; |