diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-13 01:00:48 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-13 01:00:48 +0100 |
commit | 0dd43b8d31eb1748474c7cd91f2a30508b1100e8 (patch) | |
tree | eb8c1332917edd024a756e99b4d8d1b2e05f5588 /bin | |
parent | 8e8c72864c24b4cfa9390c50a5e61a48d0e5be0b (diff) | |
download | smokeping-0dd43b8d31eb1748474c7cd91f2a30508b1100e8.tar.gz smokeping-0dd43b8d31eb1748474c7cd91f2a30508b1100e8.tar.xz |
prepare for the release of smokeping-20060213_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 3f9149f..4b48f0e 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 20060212; +use Smokeping 20060213; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index e19f746..30555ea 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 20060212; +use Smokeping 20060213; use Net::SMTP; use Getopt::Long; use Pod::Usage; |