From 24e22dbd31388874ac3c320d66f3e53a9af7e5aa Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 3 Mar 2004 12:33:40 +0000 Subject: [PATCH] Add "# ulimit -c unlimited" to tor.default svn:r1221 --- changelog | 3 ++- tor.default | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 20934f8a2b..120ac14d48 100644 --- a/changelog +++ b/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 Wed, 3 Mar 2004 13:32:03 +0100 + -- Peter Palfrader Wed, 3 Mar 2004 13:33:19 +0100 tor (0.0.1+0.0.2pre23-1) unstable; urgency=low diff --git a/tor.default b/tor.default index af20de9d1a..8acd2e84ff 100644 --- a/tor.default +++ b/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