freebsd-ports/sysutils/jail2/Makefile
Bryan Drewery 7da857cb1a - Update to 1.1
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)
2013-05-08 20:31:59 +00:00

18 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>