aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-01-05 19:45:28 +0000
committerNick Mathewson <nickm@torproject.org>2005-01-05 19:45:28 +0000
commit2614589166a6b2568e1884fcdbc7102e6a1d33ed (patch)
tree61a665011c61fe2fccdaaa06afb1cb788c83bac9
parent30aa8ab1cd4b507f427fa92fcbbb6a97963c1a36 (diff)
downloadtor-2614589166a6b2568e1884fcdbc7102e6a1d33ed.tar
tor-2614589166a6b2568e1884fcdbc7102e6a1d33ed.tar.gz
Enable Mac startup script by default
svn:r3311
-rw-r--r--contrib/osx/TorBundleInfo.plist.in2
-rw-r--r--doc/TODO1
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in
index 0801d432d..16cc83694 100644
--- a/contrib/osx/TorBundleInfo.plist.in
+++ b/contrib/osx/TorBundleInfo.plist.in
@@ -36,7 +36,7 @@
<key>IFPkgFlagPackageLocation</key>
<string>torstartup.pkg</string>
<key>IFPkgFlagPackageSelection</key>
- <string>unselected</string>
+ <string>selected</string>
</dict>
</array>
<key>IFPkgFormatVersion</key>
diff --git a/doc/TODO b/doc/TODO
index 0111b6425..b38ca7dda 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -26,6 +26,7 @@ For 0.0.9.3:
- All tasks marked for 0093 in flyspray.
- Backport performance improvement (stop calling getttimeofday for
each cell)
+ o Tor startup script should be installed by default on OSX.
- Setup instructions for OSX.
- Server instructions for OSX and Windows operators.