diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-17 04:31:22 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-17 04:31:22 +0000 |
commit | ce946452c3aa5932ec2ee81b0f13a9afd19741ec (patch) | |
tree | 69639592ec480a0e23d2d9b6469ae4051d5beebd /trunk | |
parent | cd9a353e1a4c9499380ed8cf22849691333ec044 (diff) | |
download | tor-ce946452c3aa5932ec2ee81b0f13a9afd19741ec.tar.gz tor-ce946452c3aa5932ec2ee81b0f13a9afd19741ec.zip |
Minor fixed for launchd xml plist
svn:r6770
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/contrib/osx/TorPostflight | 1 | ||||
-rw-r--r-- | trunk/contrib/osx/package.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/trunk/contrib/osx/TorPostflight b/trunk/contrib/osx/TorPostflight index 5713fd82b5..26e0de0010 100644 --- a/trunk/contrib/osx/TorPostflight +++ b/trunk/contrib/osx/TorPostflight @@ -122,6 +122,7 @@ fi if [ $OS = "tiger" ]; then if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist + chmod 644 /System/Library/LaunchDaemons/net.freehaven.tor.plist fi else if [ -d /Library/StartupItems/Tor ]; then diff --git a/trunk/contrib/osx/package.sh b/trunk/contrib/osx/package.sh index 429ecbf584..0378346db7 100644 --- a/trunk/contrib/osx/package.sh +++ b/trunk/contrib/osx/package.sh @@ -82,6 +82,7 @@ cp contrib/osx/Tor_Uninstaller.app.tar.gz $BUILD_DIR/tor_resources/Tor_Uninstall cp contrib/osx/uninstall_tor_bundle.sh $BUILD_DIR/tor_resources/uninstall_tor_bundle.sh cp contrib/osx/package_list.txt $BUILD_DIR/tor_resources/package_list.txt cp contrib/osx/tor_logo.gif $BUILD_DIR/tor_resources/background.gif +cp contrib/osx/net.freehaven.tor.plist $BUILD_DIR/tor_resources/net.freehaven.tor.plist cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt Tor: an anonymous Internet communication system |