From owner-cvs-ports@FreeBSD.ORG Tue Nov 8 17:26:59 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D14CE1065672; Tue, 8 Nov 2011 17:26:59 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A85AF8FC0A; Tue, 8 Nov 2011 17:26:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pA8HQxWt030615; Tue, 8 Nov 2011 17:26:59 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pA8HQxiC030614; Tue, 8 Nov 2011 17:26:59 GMT (envelope-from mm) Message-Id: <201111081726.pA8HQxiC030614@repoman.freebsd.org> From: Martin Matuska Date: Tue, 8 Nov 2011 17:26:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/jailrc Makefile pkg-descr ports/sysutils/jailrc/files README jailrc.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 17:26:59 -0000 mm 2011-11-08 17:26:59 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/jailrc Makefile pkg-descr sysutils/jailrc/files README jailrc.in Log: Jailrc is an improved startup/shutdown script for FreeBSD jails. It contains the following changes to the original /etc/rc.d/jail script: - parameters support: you can specify any parameters supported by jail(8) - ZFS support: you can deletate ZFS datasets to jails - jails are not identified by a file in /var/spool/jail anymore - two new commands "create" and "remove" to manage persistent jails Please refer to the README file for more information. Martin Matuska Revision Changes Path 1.1344 +1 -0 ports/sysutils/Makefile 1.1 +30 -0 ports/sysutils/jailrc/Makefile (new) 1.1 +53 -0 ports/sysutils/jailrc/files/README (new) 1.1 +923 -0 ports/sysutils/jailrc/files/jailrc.in (new) 1.1 +12 -0 ports/sysutils/jailrc/pkg-descr (new)