Date: Mon, 04 Apr 2005 22:37:45 +0200 From: Eirik Oeverby <ltning@anduin.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79541: New port: sysutils/jailctl Jail management tool Message-ID: <E1DIYKP-0005qe-AL@anduin.net> Resent-Message-ID: <200504042040.j34Ke8oL031465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DIYKP-0005qe-AL>