diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-30 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-30 01:00:54 +0200 |
commit | 6a4c5617d253d488000e511c028afc4cc46aa7e2 (patch) | |
tree | 194524a67832fbfa60a2e4f52a0157154702ddc3 /bin | |
parent | 63bfbe565cd684d88eed9a0993b035ce6addae70 (diff) | |
download | smokeping-6a4c5617d253d488000e511c028afc4cc46aa7e2.tar.gz smokeping-6a4c5617d253d488000e511c028afc4cc46aa7e2.tar.xz |
prepare for the release of smokeping-20051030_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 5489e4c..365fe87 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 20051029; +use Smokeping 20051030; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 88a4024..0f44e48 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 20051029; +use Smokeping 20051030; use Net::SMTP; use Getopt::Long; use Pod::Usage; |