From: Nick Mathewson Date: Wed, 5 Jan 2005 19:45:28 +0000 (+0000) Subject: Enable Mac startup script by default X-Git-Tag: tor-0.1.0.1-rc~503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2614589166a6b2568e1884fcdbc7102e6a1d33ed;p=thirdparty%2Ftor.git Enable Mac startup script by default svn:r3311 --- diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in index 0801d432d9..16cc83694e 100644 --- a/contrib/osx/TorBundleInfo.plist.in +++ b/contrib/osx/TorBundleInfo.plist.in @@ -36,7 +36,7 @@ IFPkgFlagPackageLocation torstartup.pkg IFPkgFlagPackageSelection - unselected + selected IFPkgFormatVersion diff --git a/doc/TODO b/doc/TODO index 0111b64252..b38ca7dda3 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.