aboutsummaryrefslogtreecommitdiff
path: root/debian/tor.default
Commit message (Expand)AuthorAge
* Remove the debian directory from the main git repository•••Once upon a time it made sense to keep all the Debian files in the main Tor distribution, since repeatedly merging them back in was hard. Now that we're on git, that's no longer so. Peter's debian repository at debian/tor.git on our git server has the most recent version of the tor-on-debian packaging stuff, and the versions in our own repository have gotten out of date. Resolves bug #1735. Nick Mathewson2010-08-04
* Change the default for MAX_FILEDESCRIPTORS in our init script to depend on the•••number of system-wide available file descriptors: /proc/sys/fs/file-max is bigger than 100k, set ulimit -n to 32k, if it's smaller than 20k set it to 1024. Big servers at the moment regularly use more than 10k FDs, so our old default of 8k no longer is sufficient. On the other hand we don't want lower end systems to run out of FDs on Tor's account. svn:r13625 Peter Palfrader2008-02-20
* * Create /var/run/tor on init script start if it does not exist already.•••* Set default ulimit -n to 8k instead of 4k in /etc/default/tor. svn:r5852 Peter Palfrader2006-01-23
* Say that tor.default is a bash shell fragment now•••svn:r5382 Peter Palfrader2005-11-15
* Remove the EVENT_NOEPOLL block from etc/default/tor.•••Add an ARGS block to etc/default/tor as suggested in #338425. svn:r5381 Peter Palfrader2005-11-15
* Fix typo referring to AMD64.•••svn:r4805 Andrew Lewman2005-08-22
* Add a snippet to set nice level in etc/default/tor•••svn:r3558 Peter Palfrader2005-02-04
* Fix typo•••svn:r3514 Peter Palfrader2005-02-03
* Add a snippet to disable epoll in etc/default/tor, commented out.•••svn:r3513 Peter Palfrader2005-02-03
* Set ulimit for file descriptors to 4096 in our init script•••svn:r3501 Peter Palfrader2005-02-02
* Enable coredumps by default•••svn:r2172 Peter Palfrader2004-08-06
* Add "# ulimit -c unlimited" to tor.default•••svn:r1221 Peter Palfrader2004-03-03
* First go at a debian package•••svn:r987 Peter Palfrader2004-01-13