[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] change documentation to point to correct parts of torrc
- To: or-cvs@freehaven.net
- Subject: [or-cvs] change documentation to point to correct parts of torrc
- From: arma@seul.org (Roger Dingledine)
- Date: Sat, 27 Nov 2004 03:19:27 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 27 Nov 2004 03:19:46 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
tor-doc.html
Log Message:
change documentation to point to correct parts of torrc
Index: tor-doc.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-doc.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- tor-doc.html 18 Nov 2004 14:00:46 -0000 1.20
+++ tor-doc.html 27 Nov 2004 08:19:24 -0000 1.21
@@ -231,7 +231,7 @@
<p>First, copy torrc.sample to torrc (in the default configuration this
means copy /usr/local/etc/tor/torrc.sample to /usr/local/etc/tor/torrc),
-and edit the middle part. Create the DataDirectory,
+and edit the bottom part. Create the DataDirectory,
and make sure it's owned by the uid/gid that will be running tor. Fix your system
clock so it's not too far off. Make sure name resolution works. Make sure
each process can get to 1024 file descriptors (this should be already
@@ -268,7 +268,7 @@
to see hidden services in action.</p>
<p>To set up a hidden service, copy torrc.sample to torrc (by default it's
-in /usr/local/etc/tor/), and edit the bottom part. Then run Tor. It will
+in /usr/local/etc/tor/), and edit the middle part. Then run Tor. It will
create each HiddenServiceDir you have configured, and it will create a
'hostname' file which specifies the url (xyz.onion) for that service. You
can tell people the url, and they can connect to it via their Tor client,