blob: 0e6a52236c497952b92d472442e9f3766b9819a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
GNU_CONFIGURE= YES
MAN8= injail.8 jailer.8
PLIST_FILES= bin/injail \
sbin/dmesg \
sbin/halt \
sbin/jailer \
sbin/reboot
.include <bsd.port.mk>
|