1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Jaildaemon provides services for a fixed command-line interface between

FreeBSD jails and their host system

WWW: http://erdgeist.org/arts/software/jaildaemon/

PR:		ports/176918
Submitted by:	Dirk Engling <erdgeist@erdgeist.org>
This commit is contained in:
Chris Rees 2013-03-19 20:13:16 +00:00
parent 7ecc6b5db7
commit 86266bf2fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314684
4 changed files with 31 additions and 0 deletions

View File

@ -404,6 +404,7 @@
SUBDIR += jail2
SUBDIR += jailadmin
SUBDIR += jailctl
SUBDIR += jaildaemon
SUBDIR += jailer
SUBDIR += jailme
SUBDIR += jailrc

View File

@ -0,0 +1,24 @@
# Created by: Dirk Engling <erdgeist@erdgeist.org>
# $FreeBSD$
PORTNAME= jaildaemon
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/
MAINTAINER= erdgeist@erdgeist.org
COMMENT= Fixed command-line interface for FreeBSD jails to their host system
USE_BZIP2= yes
PLIST_FILES= bin/jaildaemon \
etc/rc.d/jaildaemon
MAN1= jaildaemon.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
IGNORE= requires jail_get function from FreeBSD 8
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (jaildaemon-0.1.tar.bz2) = 1aa78ead24bd80724bc2fc0974096b6f3f761c58c4e16c467dfc04620bb93ed2
SIZE (jaildaemon-0.1.tar.bz2) = 9112

View File

@ -0,0 +1,4 @@
Jaildaemon provides services for a fixed command-line interface between
FreeBSD jails and their host system
WWW: http://erdgeist.org/arts/software/jaildaemon/