diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-08 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-08 01:00:59 +0200 |
commit | 2820736e7ed7adec3c1e34cf83f89b20e727a058 (patch) | |
tree | df796e16cb39d44a4dc3cd327fc81316557e84bf /bin | |
parent | bf0e5b5088c2704a4fa9537696e496d4de8c97e3 (diff) | |
download | smokeping-2820736e7ed7adec3c1e34cf83f89b20e727a058.tar.gz smokeping-2820736e7ed7adec3c1e34cf83f89b20e727a058.tar.xz |
prepare for the release of smokeping-20060608_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 672b8a7..9e1edc4 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 20060607; +use Smokeping 20060608; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index dc67d6f..292eb22 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 20060607; +use Smokeping 20060608; use Net::SMTP; use Getopt::Long; use Pod::Usage; |