FreeBSD Bugzilla – Attachment 118413 Details for
Bug 160645
sysutils/qjail port update for typo errors in man page source
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.90 KB, created by
Joe barbish
on 2011-09-10 23:50:04 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Joe barbish
Created:
2011-09-10 23:50:04 UTC
Size:
4.90 KB
patch
obsolete
># 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: ># ># qjail ># qjail/Makefile ># qjail/distinfo ># qjail/pkg-descr ># qjail/pkg-message ># qjail/pkg-plist ># >echo c - qjail >mkdir -p qjail > /dev/null 2>&1 >echo x - qjail/Makefile >sed 's/^X//' >qjail/Makefile << '7da10d06f45c8d9771da27572b9a6525' >X# New ports collection makefile for: qjail >X# Date created: July 22 2010 >X# Whom: Joe Barbish >X# >X# $FreeBSD: ports/sysutils/qjail/Makefile,v 1.2 2011/09/09 19:29:08 dhn Exp $ >X >XPORTNAME= qjail >XPORTVERSION= 1.1 >XCATEGORIES= sysutils >XMASTER_SITES= SF/${PORTNAME} >X >XMAINTAINER= qjail@a1poweruser.com >XCOMMENT= Utility to quickly deploy and manage large numbers of jails >X >XLICENSE= BSD >X >XUSE_BZIP2= yes >XNO_BUILD= yes >X >XMAN8= qjail.8 qjail-intro.8 qjail.conf.8 >X >Xpost-patch: >X @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ >X -e 's|/usr/local|${PREFIX}|' >X @${FIND} ${WRKSRC}/examples -name '*.bak' -delete >X >Xdo-install: >X @${INSTALL_SCRIPT} ${WRKSRC}/qjail ${PREFIX}/bin >X @${INSTALL_SCRIPT} ${WRKSRC}/qjail2 ${PREFIX}/etc/rc.d >X @${INSTALL_SCRIPT} ${WRKSRC}/qjail-jail2 ${PREFIX}/etc/rc.d >X @${INSTALL_DATA} ${WRKSRC}/qjail.conf.sample ${PREFIX}/etc >X @${INSTALL_MAN} ${WRKSRC}/qjail.8 ${MAN8PREFIX}/man/man8 >X @${INSTALL_MAN} ${WRKSRC}/qjail-intro.8 ${MAN8PREFIX}/man/man8 >X @${INSTALL_MAN} ${WRKSRC}/qjail.conf.8 ${MAN8PREFIX}/man/man8 >X# note examples are mandatory. qjail will not function without them >X @${MKDIR} ${EXAMPLESDIR} >X @(cd ${WRKSRC}/examples/ \ >X && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) >X >Xpost-install: >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.mk> >7da10d06f45c8d9771da27572b9a6525 >echo x - qjail/distinfo >sed 's/^X//' >qjail/distinfo << 'd40ad96dbaed37de64038921d4ac07b1' >XSHA256 (qjail-1.1.tar.bz2) = c7e32a3081357c9a5e2a62b85180bb2f3526ca138592e42f90624a0f34cea58d >XSIZE (qjail-1.1.tar.bz2) = 40292 >d40ad96dbaed37de64038921d4ac07b1 >echo x - qjail/pkg-descr >sed 's/^X//' >qjail/pkg-descr << 'd05ede6e511e945409d9ec363b2f7453' >XQjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail >Xsystem that includes security and performance enhancements. Plus a new level >Xof "user friendliness" enhancements dealing with deploying just a few jails or >Xlarge jail environments consisting of 100's of jails. >X >XQjail requires no knowledge of the jail command usage. It uses "nullfs" for >Xread-only system binaries, sharing one copy of them with all the jails. >X >XUses "mdconfig" to create sparse image jails. Sparse image jails provide a >Xmethod to limit the total disk space a jail can consume, while only occupying >Xthe physical disk space of the sum size of the files in the image jail. >X >XAbility to assign ip address with their network device name, >Xso aliases are auto created on jail start and auto removed on jail stop. >X >XAbility to create "ZONE"s of identical qjail systems, each with their own >Xgroup of jails. >X >XAbility to designate a portion of the jail name as a group prefix so the >Xcommand being executed will apply to only those jail names matching that prefix. >X >XWWW: http://sourceforge.net/projects/qjail/ >X http://qjail.sourceforge.net/ >d05ede6e511e945409d9ec363b2f7453 >echo x - qjail/pkg-message >sed 's/^X//' >qjail/pkg-message << '52855aef6c8b745fc2678a3da244739a' >XUse the qjail utility to deploy small or large numbers of jails quickly. >X >XFirst issue "rehash" command to enable the qjail command (if using csh). >XThen issue "man qjail-intro" to read the qjail introduction. >XAfter reading that do "man qjail" for the usage details. >52855aef6c8b745fc2678a3da244739a >echo x - qjail/pkg-plist >sed 's/^X//' >qjail/pkg-plist << '86541871219192287f62aed437005027' >Xbin/qjail >Xetc/qjail.conf.sample >Xetc/rc.d/qjail-jail2 >Xetc/rc.d/qjail2 >X%%EXAMPLESDIR%%/default/qjail.flavor >X%%EXAMPLESDIR%%/default/etc/make.conf >X%%EXAMPLESDIR%%/default/etc/periodic.conf >X%%EXAMPLESDIR%%/default/etc/rc.conf >X%%EXAMPLESDIR%%/default/usr/local/etc/sudoers >X%%EXAMPLESDIR%%/nullmailer-example/qjail.flavor >X%%EXAMPLESDIR%%/nullmailer-example/etc/rc.conf >X%%EXAMPLESDIR%%/nullmailer-example/etc/mail/mailer.conf >X%%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer/remotes >X@dirrm %%EXAMPLESDIR%%/default/usr/local/etc >X@dirrm %%EXAMPLESDIR%%/default/usr/local >X@dirrm %%EXAMPLESDIR%%/default/usr >X@dirrm %%EXAMPLESDIR%%/default/etc >X@dirrm %%EXAMPLESDIR%%/default >X@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer >X@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc >X@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local >X@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr >X@dirrm %%EXAMPLESDIR%%/nullmailer-example/etc/mail >X@dirrm %%EXAMPLESDIR%%/nullmailer-example/etc >X@dirrm %%EXAMPLESDIR%%/nullmailer-example >X@dirrm %%EXAMPLESDIR%% >86541871219192287f62aed437005027 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 160645
: 118413