diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-15 01:01:01 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-15 01:01:01 +0100 |
commit | c3ebdbd645add45df0e6ae7d7759ede0e9b655f4 (patch) | |
tree | f6f29083552e09683e11470e370f6ea9eac8b1ff /bin | |
parent | b6674d6f5485d425edfd88611389f909bd4b2332 (diff) | |
download | smokeping-c3ebdbd645add45df0e6ae7d7759ede0e9b655f4.tar.gz smokeping-c3ebdbd645add45df0e6ae7d7759ede0e9b655f4.tar.xz |
prepare for the release of smokeping-20051215_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 8345666..90b77b5 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 20051214; +use Smokeping 20051215; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 88bccf4..60e4259 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 20051214; +use Smokeping 20051215; use Net::SMTP; use Getopt::Long; use Pod::Usage; |