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 /contrib | |
parent | 30aa8ab1cd4b507f427fa92fcbbb6a97963c1a36 (diff) | |
download | tor-2614589166a6b2568e1884fcdbc7102e6a1d33ed.tar tor-2614589166a6b2568e1884fcdbc7102e6a1d33ed.tar.gz |
Enable Mac startup script by default
svn:r3311
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorBundleInfo.plist.in | 2 |
1 files changed, 1 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> |