diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-08-27 19:16:23 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-08-27 19:16:23 +0200 |
commit | aa0e0cf4c72d609899932e85d33e983dc0b25792 (patch) | |
tree | 002bc3c68b604f86e0ce6bf7a836e3c2065dc55c /doc | |
parent | 388f957a3615c5b52ebf52e16462bf693700a0b7 (diff) | |
download | smokeping-aa0e0cf4c72d609899932e85d33e983dc0b25792.tar.gz smokeping-aa0e0cf4c72d609899932e85d33e983dc0b25792.tar.xz |
fixed numbering
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/smoketrace.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/smoketrace.pod b/doc/smoketrace.pod index 8ff24bd..6b3b6f8 100755 --- a/doc/smoketrace.pod +++ b/doc/smoketrace.pod @@ -31,20 +31,20 @@ directory!). mkdir $web/script cp $src/htdocs/script/Tr.js $web/script/ -=item 2. +=item 3. Copy C<htdocs/tr.html> to your smokeping web directory (NOT cgi-bin). Make sure the path, pointing to C<Tr.js> is correct. cp $src/htdocs/tr.html $web/ -=item 3. +=item 4. Copy C<htdocs/resource> into the directory where you put C<tr.html> cp -r $src/htdocs/resource $web/ -=item 4. +=item 5. Copy F<htdocs/tr.cgi.dist> to the directory where you put C<tr.html>. Change its name to C<tr.cgi>. Edit C<tr.cgi> to adjust the C<use lib> line, to @@ -53,7 +53,7 @@ C<smokeping.cgi> and the smokeping daemon. cp $src/htdocs/tr.cgi.dist $web/tr.cgi -=item 5. +=item 6. Edit your config file and add the line: |