diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-04 12:21:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-04 12:21:48 -0400 |
commit | e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5 (patch) | |
tree | 437fdab02dd55d51d1bb397f48c69ec1918dc974 /debian/tor.default | |
parent | f206209abfc1f98bbbd0be5b6e36fdec6709953d (diff) | |
download | tor-e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5.tar tor-e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5.tar.gz |
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.
Diffstat (limited to 'debian/tor.default')
-rw-r--r-- | debian/tor.default | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/debian/tor.default b/debian/tor.default deleted file mode 100644 index 1ae1e1586..000000000 --- a/debian/tor.default +++ /dev/null @@ -1,39 +0,0 @@ -# Defaults for tor initscript -# sourced by /etc/init.d/tor -# installed at /etc/default/tor by the maintainer scripts - -# -# This is a bash shell fragment -# -RUN_DAEMON="yes" - -# -# Servers sometimes may need more than the default 1024 file descriptors -# if they are very busy and have many clients connected to them. The top -# servers as of early 2008 regularly have more than 10000 connected -# clients. -# (ulimit -n) -# -# (the default varies as it depends on the number of available system-wide file -# descriptors. See the init script in /etc/init.d/tor for details.) -# -# MAX_FILEDESCRIPTORS= - -# -# If tor is seriously hogging your CPU, taking away too much cycles from -# other system resources, then you can renice tor. See nice(1) for a -# bit more information. Another way to limit the CPU usage of an Onion -# Router is to set a lower BandwidthRate, as CPU usage is mostly a function -# of the amount of traffic flowing through your node. Consult the torrc(5) -# manual page for more information on setting BandwidthRate. -# -# NICE="--nicelevel 5" - -# Additional arguments to pass on tor's command line. -# -# ARGS="" - -# -# Uncomment this if you want to get coredumps -# -ulimit -c unlimited |