diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-04 01:00:59 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-04 01:00:59 +0100 |
commit | a644389b1d268fa892f1c31ca2578fbdc47b9620 (patch) | |
tree | fd7ecea4864869125a2316a4018e42f251c0f544 /bin | |
parent | 8ab320e78f3e87258976262d8b8df26d11384e5b (diff) | |
download | smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.gz smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.xz |
prepare for the release of smokeping-20051104_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 dce0b79..440396a 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 20051103; +use Smokeping 20051104; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 814ad92..5a904ad 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 20051103; +use Smokeping 20051104; use Net::SMTP; use Getopt::Long; use Pod::Usage; |