diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:08:31 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:08:31 +0200 |
commit | f86998b3e0c689ca234245343aa75e7cdc5519d3 (patch) | |
tree | 128a863ea8bae0cae204735bab96f67054b6b073 /bin | |
parent | c2b6279de0c09f62ef2a43e1f35955046600e74c (diff) | |
download | smokeping-f86998b3e0c689ca234245343aa75e7cdc5519d3.tar.gz smokeping-f86998b3e0c689ca234245343aa75e7cdc5519d3.tar.xz |
merge back to trunk
Diffstat (limited to 'bin')
-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 5222657..091f0c2 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 20060829; +use Smokeping 2.001000; Smokeping::main("etc/config.dist"); |