[or-cvs] don"t give the unix path example twice

arma at seul.org arma at seul.org
Sat Jul 23 21:22:15 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc

Modified Files:
	tor-hidden-service.html 
Log Message:
don't give the unix path example twice


Index: tor-hidden-service.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-hidden-service.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tor-hidden-service.html	23 Jul 2005 21:12:07 -0000	1.10
+++ tor-hidden-service.html	23 Jul 2005 21:22:13 -0000	1.11
@@ -32,7 +32,7 @@
         <td class="banner-right"></td>
     </tr>
 </table>
- 
+
 <!-- END TITLE BAR & NAVIGATION -->
 
 <div class="center">
@@ -119,20 +119,15 @@
 </p>
 
 <pre>
-HiddenServiceDir /home/username/hidserv/
-HiddenServicePort 80 www.google.com:80
-</pre>
-
-<p>You're going to want to change the HiddenServiceDir line, so it
-points to an actual directory that is readable/writeable by the user that
-will be running Tor. For example, if you're using the OS X Tor package,
-you might pick:</p>
-<pre>
 HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/
 HiddenServicePort 80 www.google.com:80
 </pre>
-<p>On Unix, try "/home/username/hidserv/" and fill in your own username
-in place of "username". On Windows you might pick:</p>
+
+<p>You're going to want to change the HiddenServiceDir line, so it points
+to an actual directory that is readable/writeable by the user that will
+be running Tor. The above line should work if you're using the OS X Tor
+package. On Unix, try "/home/username/hidserv/" and fill in your own
+username in place of "username". On Windows you might pick:</p>
 <pre>
 HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\
 HiddenServicePort 80 www.google.com:80



More information about the tor-commits mailing list