diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-06 18:36:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-06 18:36:26 +0000 |
commit | c4faebfa6db9ca41a9e42be9efba8c285c03d819 (patch) | |
tree | cfefce1e365eeb24442e08cd0a01c4d630bcc539 /ChangeLog | |
parent | f4a1c17e5ab5e4a6596eb34b926d595f966f8f6b (diff) | |
download | tor-c4faebfa6db9ca41a9e42be9efba8c285c03d819.tar.gz tor-c4faebfa6db9ca41a9e42be9efba8c285c03d819.zip |
r11667@catbus: nickm | 2007-02-06 13:36:18 -0500
The --service install code can no longer default to adding an -f option for the appdata directory of the current user, since the target user probably will not be able to read it. Instead, warn the user if no explicit torrc filename is given.
svn:r9502
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,7 +19,11 @@ Changes in version 0.1.2.7-alpha - 2007-02-06 - Install as NT_AUTHORITY\LocalService rather than as SYSTEM; add a command-line flag so that admins can override the default by saying "tor --service install --user "SomeUser"". This will not effect - existing installed services. + existing installed services. Also, warn the user that the service + will look for its configuration file in the service user's + %appdata% directory. (We can't do the 'hardwire the user's appdata + directory' trick any more, since we may not have read access to that + directory.) o Major bugfixes (other): - Previously, we would cache up to 16 old networkstatus documents |