[or-cvs] Minor fixed for launchd xml plist

phobos at seul.org phobos at seul.org
Mon Jul 17 04:31:24 UTC 2006


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria:/tmp/cvs-serv30196

Modified Files:
	TorPostflight package.sh 
Log Message:
Minor fixed for launchd xml plist


Index: TorPostflight
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/TorPostflight,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -d -r1.16 -r1.17
--- TorPostflight	16 Jul 2006 13:58:10 -0000	1.16
+++ TorPostflight	17 Jul 2006 04:31:22 -0000	1.17
@@ -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

Index: package.sh
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/package.sh,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -d -r1.28 -r1.29
--- package.sh	16 Jul 2006 18:18:40 -0000	1.28
+++ package.sh	17 Jul 2006 04:31:22 -0000	1.29
@@ -82,6 +82,7 @@ cp contrib/osx/Tor_Uninstaller.app.tar.g
 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
 



More information about the tor-commits mailing list