diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-19 01:01:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-19 01:01:06 +0200 |
commit | 12e7a448c63c79b0e01e2bc6810c5a23669ca741 (patch) | |
tree | efa8c7fb58e3242ffb9bf4c5f26c8c55b1f67484 /bin | |
parent | aca01304a6c2638c9667711967b9ee1aa9bd09d9 (diff) | |
download | smokeping-12e7a448c63c79b0e01e2bc6810c5a23669ca741.tar.gz smokeping-12e7a448c63c79b0e01e2bc6810c5a23669ca741.tar.xz |
prepare for the release of smokeping-20051019_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 020a345..2344f86 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 20051018; +use Smokeping 20051019; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 7909bae..27fe63d 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 20051018; +use Smokeping 20051019; use Net::SMTP; use Getopt::Long; use Pod::Usage; |