diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-03-03 12:33:40 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-03-03 12:33:40 +0000 |
commit | 732ff6e27216127b0ee8ca431bac81a2a9a360ab (patch) | |
tree | 2b52b853ecc437991e53e1f52350fadda9004ebd /debian | |
parent | a858021a80dccae47236670cb770ad0245160f7f (diff) | |
download | tor-732ff6e27216127b0ee8ca431bac81a2a9a360ab.tar tor-732ff6e27216127b0ee8ca431bac81a2a9a360ab.tar.gz |
Add "# ulimit -c unlimited" to tor.default
svn:r1221
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/tor.default | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 20934f8a2..120ac14d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ tor (0.0.1+0.0.2pre24-1) unstable; urgency=low * New upstream release. * Do not strip binaries for now. + * Add "# ulimit -c unlimited" to tor.default - -- Peter Palfrader <weasel@debian.org> Wed, 3 Mar 2004 13:32:03 +0100 + -- Peter Palfrader <weasel@debian.org> Wed, 3 Mar 2004 13:33:19 +0100 tor (0.0.1+0.0.2pre23-1) unstable; urgency=low diff --git a/debian/tor.default b/debian/tor.default index af20de9d1..8acd2e84f 100644 --- a/debian/tor.default +++ b/debian/tor.default @@ -6,3 +6,8 @@ # This is a POSIX shell fragment # RUN_DAEMON="yes" + +# +# Uncomment this if you want to get coredumps +# +# ulimit -c unlimited |