[or-cvs] assume kqueue broken on all os x machines for now.
Roger Dingledine
arma at seul.org
Fri May 20 11:14:34 UTC 2005
Update of /home2/or/cvsroot/tor/contrib/osx
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/contrib/osx
Modified Files:
Tor
Log Message:
assume kqueue broken on all os x machines for now.
Index: Tor
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/osx/Tor,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Tor 16 May 2005 00:52:54 -0000 1.6
+++ Tor 20 May 2005 11:14:31 -0000 1.7
@@ -1,5 +1,6 @@
#!/bin/sh
+export EVENT_NOKQUEUE=1 # assume kqueue broken on all os x machines for now.
TORLOC=/Library/StartupItems/Tor/Tor.loc
if [ -f $TORLOC ]; then
More information about the tor-commits
mailing list