diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/panicmail | |
parent | Convert to UCL & cleanup pkg-message (categories [p-r]) (diff) |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/panicmail')
-rw-r--r-- | sysutils/panicmail/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/panicmail/pkg-message b/sysutils/panicmail/pkg-message index c243a00cad13..f57cb45bc9af 100644 --- a/sysutils/panicmail/pkg-message +++ b/sysutils/panicmail/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To enable sending of panic reports, add dumpdev="AUTO" panicmail_enable="YES" @@ -8,3 +11,6 @@ them if they do not contain any sensitive information. To automatically submit panic reports directly, add panicmail_autosubmit="YES" to your /etc/rc.conf in addition. +EOM +} +] |