diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-28 13:52:36 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-28 13:52:36 +0000 |
commit | 498fe874343acfef4ec2255e308aff27b0c6b65d (patch) | |
tree | a7c3f1da14e244d5a130fe92316e066067b2e9c9 /contrib/osx/uninstall_tor_bundle.sh | |
parent | e469438d20a374c174362cfac1c2fbb9cf84430c (diff) | |
download | tor-498fe874343acfef4ec2255e308aff27b0c6b65d.tar.gz tor-498fe874343acfef4ec2255e308aff27b0c6b65d.zip |
So long, farewell, auf Wiedersehen, adieu, launchd
svn:r6932
Diffstat (limited to 'contrib/osx/uninstall_tor_bundle.sh')
-rwxr-xr-x | contrib/osx/uninstall_tor_bundle.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/osx/uninstall_tor_bundle.sh b/contrib/osx/uninstall_tor_bundle.sh index eb70cf7764..18b346005c 100755 --- a/contrib/osx/uninstall_tor_bundle.sh +++ b/contrib/osx/uninstall_tor_bundle.sh @@ -135,9 +135,6 @@ niutil -destroy . /users/$TOR_USER echo ". Cleaning up" rm -rf $TEMP_BOM_CONTENTS rm -rf /Library/Privoxy/ /Library/StartupItems/Privoxy/ /Library/Tor/ /Library/StartupItems/Tor/ -if [ -f /System/Library/LaunchDaemons/net.freehaven.tor.plist ]; then - rm /System/Library/LaunchDaemons/net.freehaven.tor.plist -fi echo ". Finished" |