diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-19 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-19 01:00:53 +0100 |
commit | cbe6eb611c92f5eafef03940ff8d4610490d7351 (patch) | |
tree | f12403344c1488978a86d5a9d50169562d712fc1 /bin | |
parent | ff4556debdd900c0e0c12ea1f02f336832badb35 (diff) | |
download | smokeping-cbe6eb611c92f5eafef03940ff8d4610490d7351.tar.gz smokeping-cbe6eb611c92f5eafef03940ff8d4610490d7351.tar.xz |
prepare for the release of smokeping-20060119_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 09d35fc..1e51bf2 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 20060118; +use Smokeping 20060119; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 212ae13..5a59668 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 20060118; +use Smokeping 20060119; use Net::SMTP; use Getopt::Long; use Pod::Usage; |