Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 20:33:38 GMT
From:      def@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r293094 - in soc2013/def/crashdump-head/etc: defaults rc.d
Message-ID:  <201510262033.t9QKXc62055900@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: def
Date: Mon Oct 26 20:33:37 2015
New Revision: 293094
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=293094

Log:
  Remove rc.d script cryptcore.

Deleted:
  soc2013/def/crashdump-head/etc/rc.d/cryptcore
Modified:
  soc2013/def/crashdump-head/etc/defaults/rc.conf
  soc2013/def/crashdump-head/etc/rc.d/Makefile

Modified: soc2013/def/crashdump-head/etc/defaults/rc.conf
==============================================================================
--- soc2013/def/crashdump-head/etc/defaults/rc.conf	Mon Oct 26 19:34:12 2015	(r293093)
+++ soc2013/def/crashdump-head/etc/defaults/rc.conf	Mon Oct 26 20:33:37 2015	(r293094)
@@ -581,8 +581,6 @@
 cron_program="/usr/sbin/cron"	# Which cron executable to run (if enabled).
 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="/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).

Modified: soc2013/def/crashdump-head/etc/rc.d/Makefile
==============================================================================
--- soc2013/def/crashdump-head/etc/rc.d/Makefile	Mon Oct 26 19:34:12 2015	(r293093)
+++ soc2013/def/crashdump-head/etc/rc.d/Makefile	Mon Oct 26 20:33:37 2015	(r293094)
@@ -25,7 +25,6 @@
 	cleanvar \
 	cleartmp \
 	cron \
-	cryptcore \
 	ctld \
 	ddb \
 	defaultroute \



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