diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-27 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-27 01:00:54 +0200 |
commit | d39c56dca8b14e5fb90695e62a3ba288e6094d6c (patch) | |
tree | 92f71c9dbc0b0b62b732948e9d6814454b407ad9 /bin | |
parent | ff15a9dfc43a89f23ed99e100b97c6280ca79a96 (diff) | |
download | smokeping-d39c56dca8b14e5fb90695e62a3ba288e6094d6c.tar.gz smokeping-d39c56dca8b14e5fb90695e62a3ba288e6094d6c.tar.xz |
prepare for the release of smokeping-20060527_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 34ac990..87b56b4 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 20060526; +use Smokeping 20060527; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 2a67a90..9e1d728 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 20060526; +use Smokeping 20060527; use Net::SMTP; use Getopt::Long; use Pod::Usage; |