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()
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to