Pārlūkot izejas kodu

now that tor itself disables kqueue on apple, the package doesn't
need to do it anymore.


svn:r4283

Roger Dingledine 20 gadi atpakaļ
vecāks
revīzija
36a21de66d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      contrib/osx/Tor

+ 0 - 1
contrib/osx/Tor

@@ -1,6 +1,5 @@
 #!/bin/sh
 #!/bin/sh
 
 
-export EVENT_NOKQUEUE=1 # assume kqueue broken on all os x machines for now.
 TORLOC=/Library/StartupItems/Tor/Tor.loc
 TORLOC=/Library/StartupItems/Tor/Tor.loc
 
 
 if [ -f $TORLOC ]; then
 if [ -f $TORLOC ]; then