diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-08-06 22:36:07 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-08-06 22:36:07 +0000 |
commit | a4b4ec94308eef3587cbfcd9c27e424e50e9cec6 (patch) | |
tree | 9b4ddd8a0aab8e9e69f221eec895a3d21ea01780 /debian | |
parent | e95ae1c9ad38b831c62b21a95c323491c1828f96 (diff) | |
download | tor-a4b4ec94308eef3587cbfcd9c27e424e50e9cec6.tar.gz tor-a4b4ec94308eef3587cbfcd9c27e424e50e9cec6.zip |
Enable coredumps by default
svn:r2172
Diffstat (limited to 'debian')
-rw-r--r-- | debian/TODO | 1 | ||||
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/tor.default | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/TODO b/debian/TODO index 7a4f99ed51..11a07a5764 100644 --- a/debian/TODO +++ b/debian/TODO @@ -7,3 +7,4 @@ Legend: X Abandoned - strip debugging symbols when tor is more mature +- don't enable coredumps by default diff --git a/debian/changelog b/debian/changelog index 6e972451dc..f59b606228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ tor (0.0.7.2+0.0.8pre3-0) unstable; urgency=low With nodoc the build will not need tetex-{bin,extra}, transfig, and gs. * Support DEB_BUILD_OPTIONS option 'nocheck' to skip unittests ('notest' is an alias') + * Enable coredumps by default, this is still development code. - -- Peter Palfrader <weasel@debian.org> Fri, 6 Aug 2004 23:27:55 +0200 + -- Peter Palfrader <weasel@debian.org> Sat, 7 Aug 2004 00:35:41 +0200 tor (0.0.7.2+0.0.8pre2-1) unstable; urgency=low diff --git a/debian/tor.default b/debian/tor.default index 8acd2e84ff..a9a023105a 100644 --- a/debian/tor.default +++ b/debian/tor.default @@ -10,4 +10,4 @@ RUN_DAEMON="yes" # # Uncomment this if you want to get coredumps # -# ulimit -c unlimited +ulimit -c unlimited |