diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-22 01:01:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-22 01:01:06 +0200 |
commit | 1887b577e96b5d45aed013afcf32a9f3382e19dc (patch) | |
tree | 5f0c60cef69c2424b3c341d161799f2461d24967 /bin | |
parent | f1d826700d09b3783c44b49f9502cb381d9cda45 (diff) | |
download | smokeping-1887b577e96b5d45aed013afcf32a9f3382e19dc.tar.gz smokeping-1887b577e96b5d45aed013afcf32a9f3382e19dc.tar.xz |
prepare for the release of smokeping-20060822_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 e8686a3..137cc15 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 20060821; +use Smokeping 20060822; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 0811d34..369c9da 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 20060821; +use Smokeping 20060822; use Net::SMTP; use Getopt::Long; use Pod::Usage; |