svn commit: r332790 - head/sysutils/panicmail

Colin Percival cperciva at FreeBSD.org
Mon Nov 4 23:51:10 UTC 2013


Author: cperciva
Date: Mon Nov  4 23:51:10 2013
New Revision: 332790
URL: http://svnweb.freebsd.org/changeset/ports/332790

Log:
  People running -STABLE or -RELEASE need to enable crash dumps in order
  for panicmail to have something to submit... I forgot it was turned off
  by default there.

Modified:
  head/sysutils/panicmail/pkg-message

Modified: head/sysutils/panicmail/pkg-message
==============================================================================
--- head/sysutils/panicmail/pkg-message	Mon Nov  4 22:07:30 2013	(r332789)
+++ head/sysutils/panicmail/pkg-message	Mon Nov  4 23:51:10 2013	(r332790)
@@ -1,4 +1,5 @@
 To enable sending of panic reports, add
+	dumpdev="AUTO"
 	panicmail_enable="YES"
 to your /etc/rc.conf.
 


More information about the svn-ports-head mailing list