diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-21 01:01:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-21 01:01:06 +0200 |
commit | ac81dca814aaca83729f1f22a7bf738b1c17c9ac (patch) | |
tree | 3a1fe9dcafe9a553c2e8b2f54142143576b94fad /bin | |
parent | a53951bf3c81883e7163e2c108bd8beb511a7565 (diff) | |
download | smokeping-ac81dca814aaca83729f1f22a7bf738b1c17c9ac.tar.gz smokeping-ac81dca814aaca83729f1f22a7bf738b1c17c9ac.tar.xz |
prepare for the release of smokeping-20051021_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 d76c1d5..49fd493 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 20051020; +use Smokeping 20051021; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index a29c37b..21b56ad 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 20051020; +use Smokeping 20051021; use Net::SMTP; use Getopt::Long; use Pod::Usage; |