Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 05:21:15 +0200 (CEST)
From:      Dirk Engling <erdgeist@erdgeist.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88012: Update Port: sysutils/ezjail
Message-ID:  <200510260321.j9Q3LFnh024312@insomniac.datenfreihafen.de>
Resent-Message-ID: <200510260330.j9Q3UGBm013266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88012
>Category:       ports
>Synopsis:       Update Port: sysutils/ezjail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 26 03:30:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Engling
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD insomniac.datenfreihafen.de 6.0-BETA5 FreeBSD 6.0-BETA5 #2: Wed Sep 21 14:21:38 CEST 2005 root@insomniac.datenfreihafen.de:/usr/obj/usr/src/sys/INSOMNIAC i386

>Description:
The ported tool fixed some minor bugs and typos. Some sanity checks were added.
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ezjail
#	ezjail/Makefile
#	ezjail/distinfo
#	ezjail/pkg-descr
#	ezjail/pkg-plist
#
echo c - ezjail
mkdir -p ezjail > /dev/null 2>&1
echo x - ezjail/Makefile
sed 's/^X//' >ezjail/Makefile << 'END-of-ezjail/Makefile'
X# New ports collection makefile for:   ezjail
X# Date created:        1 September 2005
X# Whom:                erdgeist
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ezjail
XPORTVERSION=	1.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://erdgeist.org/arts/software/ezjail/
X
XMAINTAINER=	erdgeist@erdgeist.org
XCOMMENT=	A framework to easily create, manipulate and run FreeBSD jails
X
XUSE_BZIP2=	yes
X
XMAN1=		ezjail-admin.1
XMAN5=		ezjail.5 ezjail.conf.5
X
X.include <bsd.port.pre.mk>
X
X.if ( ${OSVERSION} < 600000 )
XIGNORE=	nullfs in FreeBSD releases before 6.0 is considered unstable
X.endif
X
X.include <bsd.port.post.mk>
END-of-ezjail/Makefile
echo x - ezjail/distinfo
sed 's/^X//' >ezjail/distinfo << 'END-of-ezjail/distinfo'
XMD5 (ezjail-1.1.tar.bz2) = ddb4abd0d8e2ddb888100d021fc018d1
XSIZE (ezjail-1.1.tar.bz2) = 5515
END-of-ezjail/distinfo
echo x - ezjail/pkg-descr
sed 's/^X//' >ezjail/pkg-descr << 'END-of-ezjail/pkg-descr'
XThis port contains two scripts to easily create, manipulate and run 
XFreeBSD jails.
X
XWWW: http://erdgeist.org/arts/software/ezjail/
X
X- erdgeist
XDirk Engling <erdgeist@erdgeist.org>
END-of-ezjail/pkg-descr
echo x - ezjail/pkg-plist
sed 's/^X//' >ezjail/pkg-plist << 'END-of-ezjail/pkg-plist'
Xetc/rc.d/ezjail.sh
Xbin/ezjail-admin
X@dirrm etc/ezjail
X
X@unexec if cmp -s %D/etc/ezjail.conf.sample %D/etc/ezjail.conf; then rm -f %D/etc/ezjail.conf; fi
Xetc/ezjail.conf.sample
X@exec if [ ! -f %D/etc/ezjail.conf ] ; then cp -p %D/%F %B/ezjail.conf; fi
END-of-ezjail/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510260321.j9Q3LFnh024312>