diff options
author | Peter Palfrader <peter@palfrader.org> | 2005-11-15 10:30:36 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2005-11-15 10:30:36 +0000 |
commit | 333e179f3ecdee8ed368bd5dbe1dbd70ae6c3fe7 (patch) | |
tree | 0336fe5e258731f04a36ff8ead455049ae524c21 /debian/tor.default | |
parent | b52c4bfe09212adde82ed28966bc76b2ce8803d4 (diff) | |
download | tor-333e179f3ecdee8ed368bd5dbe1dbd70ae6c3fe7.tar.gz tor-333e179f3ecdee8ed368bd5dbe1dbd70ae6c3fe7.zip |
Remove the EVENT_NOEPOLL block from etc/default/tor.
Add an ARGS block to etc/default/tor as suggested in #338425.
svn:r5381
Diffstat (limited to 'debian/tor.default')
-rw-r--r-- | debian/tor.default | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/debian/tor.default b/debian/tor.default index 66c842ad73..19ef0895a4 100644 --- a/debian/tor.default +++ b/debian/tor.default @@ -24,20 +24,9 @@ MAX_FILEDESCRIPTORS=4096 # # NICE="--nicelevel 5" +# Additional arguments to pass on tor's command line. # -# Sometimes epoll is broken. This happens to be the case on -# at least the maintainer's desktop box running Linux 2.6.11-rc1 -# on amd64. -# -# If tor does not work at all for you, i.e. connection attempts -# through tor just hang forever and never finish, then consider -# setting EVENT_NOEPOLL, so libevent does not use epoll. If that -# happens to fix it for you, please let the mainainer (weasel@debian.org) -# know, mentioning your kernel version, libevent version, and architecture. -# Thanks! -# -# EVENT_NOEPOLL=yes -# export EVENT_NOEPOLL +# ARGS="" # # Uncomment this if you want to get coredumps |