diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-20 01:01:15 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-20 01:01:15 +0100 |
commit | 1bb4dde5b7a92d8cbe996cda79cd0b098a8dfb6a (patch) | |
tree | 8e903c38275e4c37d340d35f1d481d4d880eaf61 /bin | |
parent | 4b00783932733db3b58296742e3f7946e697dd64 (diff) | |
download | smokeping-1bb4dde5b7a92d8cbe996cda79cd0b098a8dfb6a.tar.gz smokeping-1bb4dde5b7a92d8cbe996cda79cd0b098a8dfb6a.tar.xz |
prepare for the release of smokeping-20051220_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 d609a5a..a1e15aa 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 20051219; +use Smokeping 20051220; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index a132d32..365b41d 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 20051219; +use Smokeping 20051220; use Net::SMTP; use Getopt::Long; use Pod::Usage; |