diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-27 01:01:01 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-27 01:01:01 +0100 |
commit | 846c9d27f04566611a57a30eb70dfd38a46b4d13 (patch) | |
tree | af52f378500b0ade28c53a84999d7ddadebb7934 /bin | |
parent | 0217762c01814425d80e73d24d89740304c5554d (diff) | |
download | smokeping-846c9d27f04566611a57a30eb70dfd38a46b4d13.tar.gz smokeping-846c9d27f04566611a57a30eb70dfd38a46b4d13.tar.xz |
prepare for the release of smokeping-20051127_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 7dacc54..13476bb 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 20051126; +use Smokeping 20051127; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index d79d221..e376352 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 20051126; +use Smokeping 20051127; use Net::SMTP; use Getopt::Long; use Pod::Usage; |