aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2012-12-16 23:29:56 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2012-12-16 23:29:56 +0000
commit11631ad0d6066d25d39f8f4ff7e72437fdaa666b (patch)
tree8441e04f6c3680c0998674cf6956168a22200bad /UPDATING
parent165557e269ea03cbcd001a340122dac6b173a820 (diff)
downloadsrc-11631ad0d6066d25d39f8f4ff7e72437fdaa666b.tar.gz
src-11631ad0d6066d25d39f8f4ff7e72437fdaa666b.zip
Use new savecore(8) option and limit number of kernel dumps that will
be kept around to the 10 most recent ones. Add UPDATING entry with info how to return to the previous behaviour (no limits). Obtained from: WHEEL Systems
Notes
Notes: svn path=/head/; revision=244323
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 40b3e5bddce7..517e54bb2bf1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121217:
+ By default, only the 10 most recent kernel dumps will be saved. To
+ restore the previous behaviour (no limit on the number of kernel dumps
+ stored in the dump directory) add the following line to /etc/rc.conf:
+
+ savecore_flags=""
+
20121201:
With the addition of auditdistd(8), a new auditdistd user is now
depended on during installworld. "mergemaster -p" can be used to add