socsvn commit: r285006 - soc2013/def/crashdump-head/etc/defaults

def at FreeBSD.org def at FreeBSD.org
Mon May 4 19:27:43 UTC 2015


Author: def
Date: Mon May  4 19:27:42 2015
New Revision: 285006
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=285006

Log:
  Set default value of cryptcore_pubkey.

Modified:
  soc2013/def/crashdump-head/etc/defaults/rc.conf

Modified: soc2013/def/crashdump-head/etc/defaults/rc.conf
==============================================================================
--- soc2013/def/crashdump-head/etc/defaults/rc.conf	Mon May  4 19:23:44 2015	(r285005)
+++ soc2013/def/crashdump-head/etc/defaults/rc.conf	Mon May  4 19:27:42 2015	(r285006)
@@ -582,7 +582,7 @@
 cron_dst="YES"		# Handle DST transitions intelligently (YES/NO)
 cron_flags=""		# Which options to pass to the cron daemon.
 cryptcore_enable="NO"	# Enable encrypted kernel crash dumps.
-cryptcore_pubkey=""	# Path to a public key.
+cryptcore_pubkey="/etc/ekcd_pubkey.pem"	# Path to a public key.
 lpd_enable="NO"		# Run the line printer daemon.
 lpd_program="/usr/sbin/lpd"	# path to lpd, if you want a different one.
 lpd_flags=""		# Flags to lpd (if enabled).


More information about the svn-soc-all mailing list