diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-14 01:00:57 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-14 01:00:57 +0200 |
commit | 1f583574e3b973536c588a8a7bc3c348cf10d2e1 (patch) | |
tree | f0a28880891e71876663ee2d7c9cfba9ec3da85e /bin | |
parent | 641df363ae015f50c1dbcfd7fee01115fe62f194 (diff) | |
download | smokeping-1f583574e3b973536c588a8a7bc3c348cf10d2e1.tar.gz smokeping-1f583574e3b973536c588a8a7bc3c348cf10d2e1.tar.xz |
prepare for the release of smokeping-20060414_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 8e2a20d..c6ac1ea 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 20060413; +use Smokeping 20060414; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 52452de..b51d890 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 20060413; +use Smokeping 20060414; use Net::SMTP; use Getopt::Long; use Pod::Usage; |