blob: 2b8e77ae980e12e46f0c8f616d56a9e62b58f897 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= jailer
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://memberwebs.com/stef/freebsd/jails/jailer/
MAINTAINER= ports@FreeBSD.org
COMMENT= Manage FreeBSD jail startup, shutdown and console
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2014-03-10
GNU_CONFIGURE= YES
PLIST_FILES= bin/injail \
man/man8/injail.8.gz \
man/man8/jailer.8.gz \
sbin/dmesg \
sbin/halt \
sbin/jailer \
sbin/reboot
.include <bsd.port.mk>
|