diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-13 01:00:52 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-13 01:00:52 +0100 |
commit | 958c578f294a753fa290981e1bffd1224bbdb9bb (patch) | |
tree | c4299213879f8f78fa27663d6c59918b9276beb6 /bin | |
parent | 5e2b4100c9807be39f75a7af2f1f195330e05b0c (diff) | |
download | smokeping-958c578f294a753fa290981e1bffd1224bbdb9bb.tar.gz smokeping-958c578f294a753fa290981e1bffd1224bbdb9bb.tar.xz |
prepare for the release of smokeping-20060313_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 e1446f7..58d63de 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 20060312; +use Smokeping 20060313; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index d34efba..01309ad 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 20060312; +use Smokeping 20060313; use Net::SMTP; use Getopt::Long; use Pod::Usage; |