Browse Source

Enable Mac startup script by default

svn:r3311
Nick Mathewson 20 years ago
parent
commit
2614589166
2 changed files with 2 additions and 1 deletions
  1. 1 1
      contrib/osx/TorBundleInfo.plist.in
  2. 1 0
      doc/TODO

+ 1 - 1
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>

+ 1 - 0
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.