diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-01-05 19:45:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-01-05 19:45:28 +0000 |
commit | 2614589166a6b2568e1884fcdbc7102e6a1d33ed (patch) | |
tree | 61a665011c61fe2fccdaaa06afb1cb788c83bac9 | |
parent | 30aa8ab1cd4b507f427fa92fcbbb6a97963c1a36 (diff) | |
download | tor-2614589166a6b2568e1884fcdbc7102e6a1d33ed.tar tor-2614589166a6b2568e1884fcdbc7102e6a1d33ed.tar.gz |
Enable Mac startup script by default
svn:r3311
-rw-r--r-- | contrib/osx/TorBundleInfo.plist.in | 2 | ||||
-rw-r--r-- | doc/TODO | 1 |
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> @@ -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. |