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:
parent
7ecc6b5db7
commit
86266bf2fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314684
@ -404,6 +404,7 @@
|
||||
SUBDIR += jail2
|
||||
SUBDIR += jailadmin
|
||||
SUBDIR += jailctl
|
||||
SUBDIR += jaildaemon
|
||||
SUBDIR += jailer
|
||||
SUBDIR += jailme
|
||||
SUBDIR += jailrc
|
||||
|
24
sysutils/jaildaemon/Makefile
Normal file
24
sysutils/jaildaemon/Makefile
Normal 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>
|
2
sysutils/jaildaemon/distinfo
Normal file
2
sysutils/jaildaemon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (jaildaemon-0.1.tar.bz2) = 1aa78ead24bd80724bc2fc0974096b6f3f761c58c4e16c467dfc04620bb93ed2
|
||||
SIZE (jaildaemon-0.1.tar.bz2) = 9112
|
4
sysutils/jaildaemon/pkg-descr
Normal file
4
sysutils/jaildaemon/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user