1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Add jailctl 0.51, jail management tool.

PR:		ports/79541
Submitted by:	Eirik Oeverby <ltning(at)anduin.net>
This commit is contained in:
Alexey Dokuchaev 2005-04-06 13:56:54 +00:00
parent a81fcb1ac2
commit 88c296ed90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132640
5 changed files with 55 additions and 0 deletions

View File

@ -213,6 +213,7 @@
SUBDIR += ipmitool
SUBDIR += ipsc
SUBDIR += jailadmin
SUBDIR += jailctl
SUBDIR += jailer
SUBDIR += jailuser
SUBDIR += jailutils

24
sysutils/jailctl/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: jailctl
# Date created: 04.04.2005
# Whom: Eirik Oeverby <ltning@anduin.net>
#
# $FreeBSD$
#
PORTNAME= jailctl
PORTVERSION= 0.51
CATEGORIES= sysutils
MASTER_SITES= http://anduin.net/jailctl/
DISTNAME= jailctl
MAINTAINER= ltning-jailctl@anduin.net
COMMENT= Jail management tool
MAN1= jailctl.1
MANCOMPRESSED= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/jailctl
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (jailctl.tar.gz) = 13fb1137f19d48367880b4f721483a90
SIZE (jailctl.tar.gz) = 22284

View File

@ -0,0 +1,12 @@
Jail management tool for FreeBSD 4.x and 5.x.
Supports:
- starting/stopping
- creating
- upgrading
- deleting
- backing up and restoring
of jails.
Aims to be easy to configure, and to leave the system in a manageable state
even without access to the jailctl tool.

View File

@ -0,0 +1,16 @@
etc/jails.conf.sample
jails/addons/dellist.txt
jails/addons/etc/login.conf
jails/addons/etc/make.conf
jails/addons/runme.sh
jails/addons/usr/share/examples/cvsup/README
jails/addons/usr/share/examples/cvsup/cvs-supfile
jails/addons/usr/share/examples/cvsup/doc-supfile
jails/addons/usr/share/examples/cvsup/gnats-supfile
jails/addons/usr/share/examples/cvsup/ports-supfile
jails/addons/usr/share/examples/cvsup/refuse
jails/addons/usr/share/examples/cvsup/refuse.README
jails/addons/usr/share/examples/cvsup/stable-supfile
jails/addons/usr/share/examples/cvsup/standard-supfile
jails/addons/usr/share/examples/cvsup/www-supfile
sbin/jailctl