Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2015 19:27:42 GMT
From:      def@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r285006 - soc2013/def/crashdump-head/etc/defaults
Message-ID:  <201505041927.t44JRgF4082745@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help

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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505041927.t44JRgF4082745>