forked from Lainports/freebsd-ports
Changes:
- Correct documentation of enforce_statfs parameter
- Load devfs rules before starting the jail. This fixes the
"devfs rules are ignored"-bug.
- Remove some debug output that sneaked in.
PR: ports/178344
Submitted by: Yamagi Burmeister <yamagi@yamagi.org> (maintainer)
17 lines
263 B
Makefile
17 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jail2
|
|
PORTVERSION= 1.1
|
|
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>
|