svn commit: r347178 - head/libexec/rc/rc.d

Andrey V. Elsukov ae at FreeBSD.org
Mon May 6 08:30:54 UTC 2019


Author: ae
Date: Mon May  6 08:30:53 2019
New Revision: 347178
URL: https://svnweb.freebsd.org/changeset/base/347178

Log:
  Add ipsec.ko to required_modules for rc.d/ipsec script.
  
  Thus it can be automatically loaded if ipsec_enable="YES" and option IPSEC
  is not in the kernel config.
  
  MFC after:	1 week

Modified:
  head/libexec/rc/rc.d/ipsec

Modified: head/libexec/rc/rc.d/ipsec
==============================================================================
--- head/libexec/rc/rc.d/ipsec	Mon May  6 03:39:25 2019	(r347177)
+++ head/libexec/rc/rc.d/ipsec	Mon May  6 08:30:53 2019	(r347178)
@@ -20,6 +20,7 @@ stop_cmd="ipsec_stop"
 reload_cmd="ipsec_reload"
 extra_commands="reload"
 ipsec_program="/sbin/setkey"
+required_modules="ipsec"
 # ipsec_file is set by rc.conf
 
 ipsec_prestart()


More information about the svn-src-all mailing list