diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-26 01:00:57 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-26 01:00:57 +0100 |
commit | b3498e0092465209bd5b96ff0dd48ea8f19b6e3a (patch) | |
tree | f89c448938f1cf72697bc6be3af5ce3a7a357157 /bin | |
parent | 537c95d700080b23cc3dac5e1bf17eaa83a390f3 (diff) | |
download | smokeping-b3498e0092465209bd5b96ff0dd48ea8f19b6e3a.tar.gz smokeping-b3498e0092465209bd5b96ff0dd48ea8f19b6e3a.tar.xz |
prepare for the release of smokeping-20051226_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 26b0f08..3239e49 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 20051225; +use Smokeping 20051226; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 486276d..c991fd9 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 20051225; +use Smokeping 20051226; use Net::SMTP; use Getopt::Long; use Pod::Usage; |