diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-08 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-08 01:00:54 +0200 |
commit | 8448d6f09bcb2b3712a27df0725daa19a1c15527 (patch) | |
tree | 0295361b86d79b9c5e4e39fa8a888db70e5b1896 /bin | |
parent | a9e0eabfde78048a7aebdf1cfa7c018aef480fff (diff) | |
download | smokeping-8448d6f09bcb2b3712a27df0725daa19a1c15527.tar.gz smokeping-8448d6f09bcb2b3712a27df0725daa19a1c15527.tar.xz |
prepare for the release of smokeping-20060808_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 830366c..9bccb41 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 20060807; +use Smokeping 20060808; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index cf67ea4..0ed4368 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 20060807; +use Smokeping 20060808; use Net::SMTP; use Getopt::Long; use Pod::Usage; |