diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-18 01:00:52 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-18 01:00:52 +0200 |
commit | 20e34cad05efc1ec279b912a6bd61a77b3288975 (patch) | |
tree | 5bfc9e4d8526b124639eb715af670ffa6da64c88 /bin/smokeping.dist | |
parent | 5186621fd92524792c03406d61d0cecf74e4dbbc (diff) | |
download | smokeping-20e34cad05efc1ec279b912a6bd61a77b3288975.tar.gz smokeping-20e34cad05efc1ec279b912a6bd61a77b3288975.tar.xz |
prepare for the release of smokeping-20050918_trunk
Diffstat (limited to 'bin/smokeping.dist')
-rwxr-xr-x | bin/smokeping.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index 5a85ddf..3d5fac8 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 20050917; +use Smokeping 20050918; Smokeping::main("etc/config.dist"); |