From ed0d921874e8d3c8aad7425f630df7fe32252101 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 20 Jan 2016 17:07:13 +0000 Subject: Add a package for jail(8) and related utilities. Sponsored by: The FreeBSD Foundation --- etc/rc.d/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 10fe26b12a1b9..2163118572106 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -204,7 +204,8 @@ FILES+= iscsid .endif .if ${MK_JAIL} != "no" -FILES+= jail +FILESGROUPS+= JAIL +JAIL+= jail .endif .if ${MK_LEGACY_CONSOLE} != "no" @@ -307,4 +308,8 @@ BSNMPDIR= /etc/rc.d BSNMPMODE= ${BINMODE} BSNMPPACKAGE= bsnmp +JAILDIR= /etc/rc.d +JAILMODE= ${BINMODE} +JAILPACKAGE= jail + .include -- cgit v1.2.3