diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-17 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-17 01:00:58 +0100 |
commit | 7364208763247000d58ca49355737e98316517f4 (patch) | |
tree | 273517c509b70516a759e953708791c21df3d7dd /bin | |
parent | 28828494e3c14e84232a895104411d855bfd38b2 (diff) | |
download | smokeping-7364208763247000d58ca49355737e98316517f4.tar.gz smokeping-7364208763247000d58ca49355737e98316517f4.tar.xz |
prepare for the release of smokeping-20060317_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 4062dc1..884604f 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 20060316; +use Smokeping 20060317; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 3496d35..a6987d0 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 20060316; +use Smokeping 20060317; use Net::SMTP; use Getopt::Long; use Pod::Usage; |