Commit Graph

129 Commits

Author SHA1 Message Date
Andrew Lewman
8ae177dad6 The whole process works from preflight to postflight creating a clean
Tor install with proper config file edits


svn:r6914
2006-07-27 03:02:47 +00:00
Andrew Lewman
cd45eb6175 Backup only what is needed, write the file we created to a temp file for
TorPostFlight to restore the data and remove the temp files


svn:r6913
2006-07-27 01:20:02 +00:00
Andrew Lewman
a89bc08838 Be better at finding the Tor install path, backup all of Tor just in
case, then blow Tor away


svn:r6912
2006-07-27 00:19:36 +00:00
Andrew Lewman
99fc0aba61 OSX pre-install script to clean up Tor and force a fresh install, but
save the server keys if they exist.


svn:r6911
2006-07-26 23:52:59 +00:00
Andrew Lewman
a815225683 Set Soft & Hard resource limits to appease launchd.
svn:r6910
2006-07-26 21:50:27 +00:00
Peter Palfrader
521c006fd5 Remove .cvsignore files from trunk
svn:r6891
2006-07-25 01:00:48 +00:00
Andrew Lewman
4fccf84004 These settings are required for those using launchd in OSX 10.4.
This is a crude but functional way to insert them for now.


svn:r6820
2006-07-23 12:52:06 +00:00
Andrew Lewman
3f0e4622b6 Grammar fixes for clarity.
svn:r6797
2006-07-21 04:30:19 +00:00
Andrew Lewman
1d02d24afa Load and start tor in launchd at end of installation
svn:r6789
2006-07-18 04:40:02 +00:00
Andrew Lewman
cb32336e19 Add the output of OSX arch into the package name in preparation for ppc
vs x86 packages.


svn:r6788
2006-07-18 04:37:43 +00:00
Andrew Lewman
b4433c674d Minor fixed for launchd xml plist
svn:r6770
2006-07-17 04:31:22 +00:00
Andrew Lewman
169d6c4aca Remove a merged if-then from line 85
svn:r6767
2006-07-16 18:18:40 +00:00
Andrew Lewman
1478636f54 Change the way Tor starts on OSX 10.4 vs pre-10.4. 10.4 Tor now uses
launchd for current and forward compatibility.


svn:r6766
2006-07-16 13:58:10 +00:00
Andrew Lewman
2c20882f02 Update config to redirect output to the tor log file for now.
svn:r6757
2006-07-12 22:09:21 +00:00
Andrew Lewman
3388722c28 Move cmd line parameters into the config file, remove chroot, and
satisfy the requirement of a ProgramArgument array


svn:r6755
2006-07-11 20:51:06 +00:00
Andrew Lewman
4f6cd129c9 Add in start parameters. Perhaps we should ship these set correct in
the default torrc.


svn:r6754
2006-07-11 04:37:05 +00:00
Andrew Lewman
546d07bc67 First crack at launchd plist for Tor
svn:r6753
2006-07-11 04:27:12 +00:00
Andrew Lewman
0c0aadae92 Updated OSX binary un-installer for testing.
svn:r6742
2006-07-07 00:55:12 +00:00
Andrew Lewman
f52bcc908d Binary OSX un-installer tarball
svn:r6741
2006-07-07 00:54:39 +00:00
Andrew Lewman
4d5cbe006b Remove osx binary uninstaller changes. Tiger and Panther won't play
nice in the same way.


svn:r6739
2006-07-06 16:28:19 +00:00
Andrew Lewman
d25a823818 Update osx binary un-installer naming, remove invalid osx binary
un-installer app


svn:r6736
2006-07-06 15:51:07 +00:00
Andrew Lewman
0bf10589bc And, commit it correctly.
svn:r6689
2006-06-25 04:08:21 +00:00
Andrew Lewman
a90c9d1d43 Fix the messed up commit.
svn:r6688
2006-06-25 04:07:24 +00:00
Andrew Lewman
0bed8ee53c Create binary osx un-installer, update perms on install so anyone can run the
uninstaller.


svn:r6685
2006-06-25 04:02:43 +00:00
Andrew Lewman
03bea739f8 Remove the osx version requirements on install due to a messy Installer
situation between pre-panther, tiger and beyond, and metapackages.


svn:r6672
2006-06-21 02:27:18 +00:00
Andrew Lewman
ed2fb517d3 Minor fix to pre-instllation version check for OSX
svn:r6666
2006-06-20 04:18:47 +00:00
Andrew Lewman
0109540091 First crack at version checking for OSX installer.
svn:r6665
2006-06-20 04:16:46 +00:00
Andrew Lewman
8c49a46eee Add in the key CFBundleIdentifier required by XCode 2.x and beyond.
svn:r6491
2006-05-24 05:01:29 +00:00
Andrew Lewman
f6c9741c83 Fixed //Library/Tor in Tor.loc for osx
svn:r6454
2006-05-16 05:48:08 +00:00
Roger Dingledine
98a27b07f9 and that means the os x package doesn't want them included
yet either.


svn:r6353
2006-04-10 07:05:20 +00:00
Roger Dingledine
6e61612f2a hey, let's include instructions on servers, hidden services,
and switchproxy, while we're at it.


svn:r6281
2006-03-31 05:16:27 +00:00
Roger Dingledine
89bc7a5f0d make the os x package handle the new location of docs, plus
include the needed img's.


svn:r6280
2006-03-31 05:14:29 +00:00
Nick Mathewson
1566a4347e Nuke space after backslash in contrib/osx/Makefile.am.
svn:r6150
2006-03-13 05:50:33 +00:00
Andrew Lewman
94dac6b139 Added tor_logo.gif to dist and corrected tor html doc links
svn:r6147
2006-03-13 03:08:05 +00:00
Andrew Lewman
f8ab3d9b38 Remove pdfs since they aren't created this early in the process.
svn:r6127
2006-03-11 18:47:47 +00:00
Andrew Lewman
a7768d77fe Include package_list.txt for detailed uninstallation on osx. Force the
osx uninstall script to actually clean up directories as well.  Make
TorPostflight actions safer.


svn:r6123
2006-03-11 06:13:08 +00:00
Andrew Lewman
5f45921186 Properly add the image to make the OSX install pretty.
svn:r6122
2006-03-11 05:35:47 +00:00
Andrew Lewman
f6352bbec9 Remove the image
svn:r6121
2006-03-11 05:33:33 +00:00
Andrew Lewman
ba0de3a7f4 This makes the install pretty.
svn:r6120
2006-03-11 05:23:44 +00:00
Andrew Lewman
1b9e830390 Include actual documentation with the installation, include the
uninstaller in executable format, and make the install pretty.


svn:r6119
2006-03-11 05:23:18 +00:00
Andrew Lewman
1ca6fa99e3 Include the osx uninstaller in the metapackage.
svn:r6118
2006-03-11 03:09:44 +00:00
Andrew Lewman
666eda1f1b Convert make dist-osx to new file output naming scheme
svn:r6055
2006-02-20 05:20:27 +00:00
Andrew Lewman
d902143a75 Include the osx installer in the Makefile as well.
svn:r6045
2006-02-19 15:57:38 +00:00
Andrew Lewman
537a39e147 Include the uninstaller for osx in the distribution, but leave it hidden
for the time being.


svn:r6044
2006-02-19 15:54:30 +00:00
Andrew Lewman
a9977bae9b New clear and concise directions for building Tor on OSX machines.
Moved the documentation into the doc/ dir where it belongs.


svn:r6027
2006-02-17 14:09:15 +00:00
Andrew Lewman
16c5af0f0f Added quick instructions for those wishing to replicate the official
build process for linux rpm and osx dmg


svn:r5980
2006-02-12 06:44:22 +00:00
Nick Mathewson
ba1968d028 Make OSX script alias tor-resolve binary correctly. Fix bug 216
svn:r5764
2006-01-10 18:43:10 +00:00
Andrew Lewman
e2c6d6ce20 Committing the rest of the osx tor+privoxy uninstall applet.
svn:r5296
2005-10-24 17:17:35 +00:00
Andrew Lewman
887a6b8386 Committing the wrapper script for uninstallation.
svn:r5295
2005-10-24 15:50:05 +00:00
Andrew Lewman
3cc460c9f9 commented out logfile so as to not log everything passed through privoxy
svn:r5141
2005-09-24 20:49:45 +00:00
Andrew Lewman
e93409d332 Added in the 3 easy cheatsheet steps to build tor, for the 7 mac users
that may want to build their own client/server.


svn:r4726
2005-08-07 12:43:34 +00:00
Nick Mathewson
9aad89e973 back out the osx addsysuser changeds, but make them easy to back in again
svn:r4698
2005-08-04 22:28:40 +00:00
Nick Mathewson
c22bcecd83 Add niutil fix from Christopher Soghoian
svn:r4678
2005-07-26 00:33:48 +00:00
Roger Dingledine
d51ca36e5c fix capitalization on os x installer welcome page
svn:r4624
2005-07-20 21:21:50 +00:00
Nick Mathewson
82bb985fc2 Stop trying to distribute CLIENTS; it no longer exists
svn:r4568
2005-07-14 23:31:11 +00:00
Nick Mathewson
e8331f9d7d Make OSX init script check for missing argument in a way that works
svn:r4433
2005-06-15 18:19:42 +00:00
Nick Mathewson
9bde5292b2 Add generated file to contrib/osx/.cvsignore
svn:r4336
2005-06-07 18:32:13 +00:00
Nick Mathewson
fa140e8787 Resolve OSX installer bugs 147 and 148
svn:r4333
2005-06-07 18:21:32 +00:00
Roger Dingledine
36a21de66d now that tor itself disables kqueue on apple, the package doesn't
need to do it anymore.


svn:r4283
2005-05-23 04:33:08 +00:00
Roger Dingledine
159ea44ff4 assume kqueue broken on all os x machines for now.
svn:r4273
2005-05-20 11:14:31 +00:00
Nick Mathewson
356114c28e OSX 10.4.1 really really really wants startup items to be owned by wheel:root.
svn:r4257
2005-05-17 05:26:54 +00:00
Nick Mathewson
493f6540f2 Add missing quote
svn:r4232
2005-05-16 00:52:54 +00:00
Nick Mathewson
6d978b78e7 Make postflight script executable; maybe fix bug 141
svn:r4230
2005-05-15 13:13:03 +00:00
Nick Mathewson
dcc1b8a838 Better error message when osx script is invoked without an argument
svn:r4190
2005-05-10 22:41:31 +00:00
Nick Mathewson
0e81265359 update copyright notices.
svn:r3982
2005-04-01 20:15:56 +00:00
Nick Mathewson
ae8c68832e Remove autoconf-generated plist files from cvs.
svn:r3962
2005-04-01 08:20:55 +00:00
Nick Mathewson
bd75b46ef9 Make sure to create OS X Tor user in <500 range
svn:r3941
2005-04-01 02:57:04 +00:00
Nick Mathewson
2930a3eef0 Bump OSX versions.
svn:r3848
2005-03-24 01:06:05 +00:00
Nick Mathewson
11aa682812 Split version info into separate spec doc.
svn:r3783
2005-03-19 05:07:19 +00:00
Nick Mathewson
e1e7ffcae7 Make OSX install happier about running on non-default volume.
svn:r3777
2005-03-18 22:43:46 +00:00
Nick Mathewson
71c7733154 Make OS X package actually try to log things to the nice log directory we gave it.
svn:r3776
2005-03-18 21:58:52 +00:00
Nick Mathewson
59653fea45 Make OS X log happily to /var/log/Tor
svn:r3775
2005-03-18 21:45:36 +00:00
Nick Mathewson
4b400312de Mac packaging magic: make man pages useable, and do not overwrite existing torrc files.
svn:r3774
2005-03-18 20:59:14 +00:00
Roger Dingledine
d29a29654e if we're going to ship with our own privoxy, we might as well
lock it down a bit more.
(does this break anything?)
thanks to Brett Carrington for pointing this out.


svn:r3418
2005-01-23 10:04:03 +00:00
Roger Dingledine
362d89fb62 remove autoconfed file from cvs
svn:r3390
2005-01-20 20:18:05 +00:00
Nick Mathewson
2614589166 Enable Mac startup script by default
svn:r3311
2005-01-05 19:45:28 +00:00
Nick Mathewson
30aa8ab1cd fix typo in mac installer
svn:r3310
2005-01-05 19:34:01 +00:00
Roger Dingledine
f6b0032c31 update url for tor
svn:r3300
2005-01-05 02:48:44 +00:00
Nick Mathewson
20142a2508 Forward-port OSX packaging stuff from maint branch
svn:r3299
2005-01-05 02:46:25 +00:00