socsvn commit: r293094 - in soc2013/def/crashdump-head/etc: defaults rc.d

def at FreeBSD.org def at FreeBSD.org
Mon Oct 26 20:33:39 UTC 2015


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 \


More information about the svn-soc-all mailing list