freebsd-ports/sysutils/jail2/Makefile
Lars Engels 943b3c9b7e jail2 is an alternative rc script for jails, relying on jail.conf
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
2013-01-20 15:31:04 +00:00

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>