forked from Lainports/freebsd-ports
instead of rc.conf variables. Additionally, ZFS integration is provided. In contrast to the default jail rc script this one can run inside jails, allowing the configuration of hierarchical jails. PR: ports/174856
17 lines
263 B
Makefile
17 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jail2
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= #
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= yamagi@yamagi.org
|
|
COMMENT= Jail startup/shutdown script with jail.conf support
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
USE_RC_SUBR= jail2
|
|
|
|
.include <bsd.port.mk>
|