From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 4 20:40:08 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7549116A4CE for ; Mon, 4 Apr 2005 20:40:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 391D043D5E for ; Mon, 4 Apr 2005 20:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j34Ke8GP031466 for ; Mon, 4 Apr 2005 20:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j34Ke8oL031465; Mon, 4 Apr 2005 20:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 4 Apr 2005 20:40:08 GMT Resent-Message-Id: <200504042040.j34Ke8oL031465@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eirik Oeverby Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFEA316A4CE for ; Mon, 4 Apr 2005 20:37:46 +0000 (GMT) Received: from anduin.net (anduin.net [212.12.46.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C29F43D48 for ; Mon, 4 Apr 2005 20:37:46 +0000 (GMT) (envelope-from root@anduin.net) Received: from root by anduin.net with local (Exim 4.50 (FreeBSD)) id 1DIYKP-0005qe-AL for FreeBSD-gnats-submit@freebsd.org; Mon, 04 Apr 2005 22:37:45 +0200 Message-Id: Date: Mon, 04 Apr 2005 22:37:45 +0200 From: Eirik Oeverby To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79541: New port: sysutils/jailctl Jail management tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 20:40:08 -0000 >Number: 79541 >Category: ports >Synopsis: New port: sysutils/jailctl Jail management tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 04 20:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Eirik Oeverby >Release: FreeBSD 5.3-STABLE amd64 >Organization: >Environment: System: FreeBSD anduin.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Feb 2 20:54:30 CET 2005 root@anduin.net:/usr/obj/usr/src/sys/ANDUIN amd64 >Description: Jailctl is a tool (shellscript) for jail maintenance, supporting creating, starting/stopping, backing up, restoring, upgrading and deleting of jails. Supports 4.x and 5.x style jails. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jailctl # jailctl/Makefile # jailctl/pkg-descr # jailctl/pkg-plist # jailctl/distinfo # echo c - jailctl mkdir -p jailctl > /dev/null 2>&1 echo x - jailctl/Makefile sed 's/^X//' >jailctl/Makefile << 'END-of-jailctl/Makefile' X# New ports collection makefile for: jailctl X# Date created: 04.04.2005 X# Whom: ltning X# X# $FreeBSD$ X# X XPORTNAME= jailctl XPORTVERSION= 0.51 XCATEGORIES= sysutils XMASTER_SITES= http://anduin.net/jailctl/ XDISTNAME= jailctl X XMAINTAINER= ltning-jailctl@anduin.net XCOMMENT= Jail management tool X XMAN1= jailctl.1 XMANCOMPRESSED= yes X XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/jailctl X X.include END-of-jailctl/Makefile echo x - jailctl/pkg-descr sed 's/^X//' >jailctl/pkg-descr << 'END-of-jailctl/pkg-descr' XJail management tool for FreeBSD 4.x and 5.x. X XSupports X - starting/stopping X - creating X - upgrading X - deleting X - backing up and restoring Xof jails. X XAims to be easy to configure, and to leave the system in a manageable state Xeven without access to the jailctl tool. END-of-jailctl/pkg-descr echo x - jailctl/pkg-plist sed 's/^X//' >jailctl/pkg-plist << 'END-of-jailctl/pkg-plist' Xetc/jails.conf.sample Xjails/addons/dellist.txt Xjails/addons/etc/login.conf Xjails/addons/etc/make.conf Xjails/addons/runme.sh Xjails/addons/usr/share/examples/cvsup/README Xjails/addons/usr/share/examples/cvsup/cvs-supfile Xjails/addons/usr/share/examples/cvsup/doc-supfile Xjails/addons/usr/share/examples/cvsup/gnats-supfile Xjails/addons/usr/share/examples/cvsup/ports-supfile Xjails/addons/usr/share/examples/cvsup/refuse Xjails/addons/usr/share/examples/cvsup/refuse.README Xjails/addons/usr/share/examples/cvsup/stable-supfile Xjails/addons/usr/share/examples/cvsup/standard-supfile Xjails/addons/usr/share/examples/cvsup/www-supfile Xsbin/jailctl END-of-jailctl/pkg-plist echo x - jailctl/distinfo sed 's/^X//' >jailctl/distinfo << 'END-of-jailctl/distinfo' XMD5 (jailctl.tar.gz) = 13fb1137f19d48367880b4f721483a90 XSIZE (jailctl.tar.gz) = 22284 END-of-jailctl/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: