瀏覽代碼

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