diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-04 01:00:52 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-04 01:00:52 +0100 |
commit | 7d6262a81e61ad1c112a4318b2fc1c972940d0bc (patch) | |
tree | 73ea7f5c0201b4db24847e8aaeea12df8a1f4579 /bin | |
parent | 7afdc7aade6f31623b3cebb113e8768e982fad31 (diff) | |
download | smokeping-7d6262a81e61ad1c112a4318b2fc1c972940d0bc.tar.gz smokeping-7d6262a81e61ad1c112a4318b2fc1c972940d0bc.tar.xz |
prepare for the release of smokeping-20060104_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 503b2b7..3a20774 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 20060103; +use Smokeping 20060104; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 6e7b9b4..00dec10 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 20060103; +use Smokeping 20060104; use Net::SMTP; use Getopt::Long; use Pod::Usage; |