瀏覽代碼

Add "# ulimit -c unlimited" to tor.default

svn:r1221
Peter Palfrader 20 年之前
父節點
當前提交
732ff6e272
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 2 1
      debian/changelog
  2. 5 0
      debian/tor.default

+ 2 - 1
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
 

+ 5 - 0
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