소스 검색

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


svn:r4283

Roger Dingledine 20 년 전
부모
커밋
36a21de66d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      contrib/osx/Tor

+ 0 - 1
contrib/osx/Tor

@@ -1,6 +1,5 @@
 #!/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