diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-10 01:00:54 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-10 01:00:54 +0100 |
commit | 7966425f1a919b1154fb4c29ce5ba3b2cfac2507 (patch) | |
tree | 58eb23e59bcf35a05fc1b3a76938a1e58c02e884 /bin | |
parent | dee8b5e5124e9be822593638ee3af6abb0e32567 (diff) | |
download | smokeping-7966425f1a919b1154fb4c29ce5ba3b2cfac2507.tar.gz smokeping-7966425f1a919b1154fb4c29ce5ba3b2cfac2507.tar.xz |
prepare for the release of smokeping-20051210_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 83c1b24..f280762 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 20051209; +use Smokeping 20051210; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 402cba1..d8a89cf 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 20051209; +use Smokeping 20051210; use Net::SMTP; use Getopt::Long; use Pod::Usage; |