Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2019 01:42:27 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345401 - head/libexec/rc/rc.d
Message-ID:  <201903220142.x2M1gRI8052692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Mar 22 01:42:27 2019
New Revision: 345401
URL: https://svnweb.freebsd.org/changeset/base/345401

Log:
  From r345400, connect ippool to the build/install.
  
  PR:		218433
  MFC after:	2 weeks
  X-MFC with:	r345400

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

Modified: head/libexec/rc/rc.d/Makefile
==============================================================================
--- head/libexec/rc/rc.d/Makefile	Fri Mar 22 01:30:51 2019	(r345400)
+++ head/libexec/rc/rc.d/Makefile	Fri Mar 22 01:42:27 2019	(r345401)
@@ -215,7 +215,8 @@ CONFS+=		inetd
 CONFS+=	ipfilter \
 	ipfs \
 	ipmon \
-	ipnat
+	ipnat \
+	ippool
 .endif
 
 .if ${MK_IPFW} != "no"



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