svn commit: r345401 - head/libexec/rc/rc.d
Cy Schubert
cy at FreeBSD.org
Fri Mar 22 01:42:28 UTC 2019
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"
More information about the svn-src-all
mailing list