diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-16 13:58:10 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-16 13:58:10 +0000 |
commit | 1478636f549d0791da78ef1cdd93cc5a44c3e8c2 (patch) | |
tree | 95a9aefc712341db476195e8efc381d82ed83b62 /contrib/osx/Makefile.am | |
parent | 886b10bbe2aa61fb325dec6aaae13f4804d86e2b (diff) | |
download | tor-1478636f549d0791da78ef1cdd93cc5a44c3e8c2.tar.gz tor-1478636f549d0791da78ef1cdd93cc5a44c3e8c2.zip |
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
Diffstat (limited to 'contrib/osx/Makefile.am')
-rw-r--r-- | contrib/osx/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 86713dfc56..5e61bc3eea 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -6,4 +6,5 @@ EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \ package.sh privoxy.config TorPostflight addsysuser \ Tor_Uninstaller.applescript uninstall_tor_bundle.sh \ - package_list.txt tor_logo.gif Tor_Uninstaller.app.tar.gz + package_list.txt tor_logo.gif Tor_Uninstaller.app.tar.gz \ + net.freehaven.tor.plist.in |