Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 08:29:28 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r347518 - stable/12/libexec/rc/rc.d
Message-ID:  <201905130829.x4D8TSQE019511@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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()



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