diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 01:00:59 +0200 |
commit | c2b6279de0c09f62ef2a43e1f35955046600e74c (patch) | |
tree | fc0529e345b6333a1b08a5ff29e72764fad2de4d /bin | |
parent | ec5c8efba55d43c65630564024aabdb51e34224f (diff) | |
download | smokeping-c2b6279de0c09f62ef2a43e1f35955046600e74c.tar.gz smokeping-c2b6279de0c09f62ef2a43e1f35955046600e74c.tar.xz |
prepare for the release of smokeping-20060829_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 45bf7c4..5222657 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 20060828; +use Smokeping 20060829; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index e527993..745a858 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 20060828; +use Smokeping 20060829; use Net::SMTP; use Getopt::Long; use Pod::Usage; |