mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
Forget leopard.
svn:r6929
This commit is contained in:
parent
79144b8eb0
commit
e469438d20
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ if [ -f /tmp/TorSavedMe.tar.gz ]; then
|
|||
fi
|
||||
|
||||
# Determine how to start by OS Version
|
||||
if [ $OS = "tiger" || $OS = "leopard" ]; then
|
||||
if [ $OS = "tiger" ]; then
|
||||
if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then
|
||||
rm -rf /Library/StartupItems/Tor
|
||||
cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist
|
||||
|
|
Loading…
Add table
Reference in a new issue