diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-04 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-04 01:00:53 +0100 |
commit | 60e55de4f17990c6917933e4be8c0e98699085dd (patch) | |
tree | 010236e75d63701dedc18e1b655789a713801dad /bin | |
parent | 96ff6333350d80852209f984e6a08ce69be3ab74 (diff) | |
download | smokeping-60e55de4f17990c6917933e4be8c0e98699085dd.tar.gz smokeping-60e55de4f17990c6917933e4be8c0e98699085dd.tar.xz |
prepare for the release of smokeping-20051204_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 a1c1edb..ec1b735 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 20051203; +use Smokeping 20051204; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index d6b6547..d4d442c 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 20051203; +use Smokeping 20051204; use Net::SMTP; use Getopt::Long; use Pod::Usage; |