diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-20 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-20 01:00:53 +0100 |
commit | 6a0eee4edd4efc290053db9719f298c40c1aa37b (patch) | |
tree | f5f3944c1ebb9aa40aee5e4f20f5bef2b99aa3b2 /bin | |
parent | 5c3a70d83c55785dd4f18c0fef3f3837bc779b8d (diff) | |
download | smokeping-6a0eee4edd4efc290053db9719f298c40c1aa37b.tar.gz smokeping-6a0eee4edd4efc290053db9719f298c40c1aa37b.tar.xz |
prepare for the release of smokeping-20051120_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 1ffe500..6ba957c 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 20051119; +use Smokeping 20051120; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index dcbd4da..315de41 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 20051119; +use Smokeping 20051120; use Net::SMTP; use Getopt::Long; use Pod::Usage; |