svn commit: r347518 - stable/12/libexec/rc/rc.d

Andrey V. Elsukov ae at FreeBSD.org
Mon May 13 08:29:29 UTC 2019


Author: ae
Date: Mon May 13 08:29:28 2019
New Revision: 347518
URL: https://svnweb.freebsd.org/changeset/base/347518

Log:
  MFC r347178:
    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.

Modified:
  stable/12/libexec/rc/rc.d/ipsec
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/libexec/rc/rc.d/ipsec
==============================================================================
--- stable/12/libexec/rc/rc.d/ipsec	Mon May 13 08:27:52 2019	(r347517)
+++ stable/12/libexec/rc/rc.d/ipsec	Mon May 13 08:29:28 2019	(r347518)
@@ -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