diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-24 22:03:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-24 22:03:31 +0000 |
commit | 7d7f63fc2ca4de43d4d93885db704970766e2c2e (patch) | |
tree | ed4ea479a9e2b1d65819f4b33a4bdd83638ac64a /doc/tor-doc.html | |
parent | d8a45176457c39eb53b629690da5ec585f2833d8 (diff) | |
download | tor-7d7f63fc2ca4de43d4d93885db704970766e2c2e.tar tor-7d7f63fc2ca4de43d4d93885db704970766e2c2e.tar.gz |
the fingerprint file will rarely really show up in
/usr/local/var/lib/tor/ since if they don't define the datadir,
it will default to ~/.tor/
svn:r4663
Diffstat (limited to 'doc/tor-doc.html')
-rw-r--r-- | doc/tor-doc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 98113757f..5f9b5751b 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -296,8 +296,8 @@ following information in the message: <ul> <li>Your server's nickname.</li> <li>The fingerprint for your server's key (the contents of the -"fingerprint" file in your DataDirectory -- look in /usr/local/var/lib/tor -or /var/lib/tor on many platforms).</li> +"fingerprint" file in your DataDirectory -- look in /var/lib/tor or ~/.tor +on many platforms).</li> <li>Who you are, so we know whom to contact if a problem arises, and</li> <li>What kind of connectivity the new server will have.</li> @@ -321,7 +321,7 @@ where new development releases are announced.</li> <td><tt>/Library/Tor/torrc</tt></td></tr> <tr><th>Fingerprint</th> <td><tt>/var/lib/tor/fingerprint</tt> - or <tt>/usr/local/var/lib/tor/fingerprint</tt></td> + or <tt>~/.tor/fingerprint</tt></td> <td><tt>\<i>username</i>\Application Data\tor\fingerprint</tt> or <tt>\Application Data\tor\fingerprint</tt></td> <td><tt>/Library/Tor/var/lib/tor/fingerprint</tt></td></tr> |