[or-cvs] Make OSX script alias tor-resolve binary correctly. Fix bug...

Nick Mathewson nickm at seul.org
Tue Jan 10 18:43:12 UTC 2006


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

Modified Files:
	TorPostflight 
Log Message:
Make OSX script alias tor-resolve binary correctly. Fix bug 216

Index: TorPostflight
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/TorPostflight,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- TorPostflight	7 Jun 2005 18:21:32 -0000	1.7
+++ TorPostflight	10 Jan 2006 18:43:10 -0000	1.8
@@ -46,7 +46,7 @@ if [ -e /usr/bin/tor-resolve -a ! -L /us
   mv tor-resolve tor-resolve_old
 fi
 ln -sf $TARGET/tor .
-ln -sf $TARGET/tor_resolve .
+ln -sf $TARGET/tor-resolve .
 
 cd /usr/share/man/man1
 MAN1=$TARGET/man/man1



More information about the tor-commits mailing list