mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Cleanup whitespace at EOL.
Pointy hat: mat Sponsored by: Absolight
This commit is contained in:
parent
db330a0c38
commit
115d4a8d15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421066
@ -30,7 +30,7 @@ IGNORE_FreeBSD_9= Only for FreeBSD 11+
|
||||
IGNORE_FreeBSD_10= Only for FreeBSD 11+
|
||||
|
||||
do-install:
|
||||
.for i in qjail qjail.vnet.be
|
||||
.for i in qjail qjail.vnet.be
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \
|
||||
|
@ -5,10 +5,10 @@ system that includes security and performance enhancements. Plus a new level
|
||||
of "user friendliness" enhancements dealing with deploying just a few jails or
|
||||
large scale jail environments consisting of 100's of jails.
|
||||
|
||||
Qjail uses the jail(8) jail.conf method. This provides the ability to enable
|
||||
Qjail uses the jail(8) jail.conf method. This provides the ability to enable
|
||||
the following options on a per-jail basis. exec.fib, securelevel, allow.sysvipc,
|
||||
devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs,
|
||||
allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option
|
||||
devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs,
|
||||
allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option
|
||||
gives a jail its own network stack using the experimental vimage kernel module.
|
||||
The vnet option has only been tested on i386 and amd64 equipment.
|
||||
|
||||
@ -28,7 +28,7 @@ group of jails.
|
||||
Ability to designate a portion of the jail name as a group prefix so the
|
||||
command being executed will apply to only those jail names matching that prefix.
|
||||
|
||||
Qjail has been incorporated into the Finch open source project,
|
||||
Qjail has been incorporated into the Finch open source project,
|
||||
see http://dreamcat4.github.io/finch/ for details.
|
||||
|
||||
WWW: http://qjail.sourceforge.net/
|
||||
|
@ -5,15 +5,15 @@ etc/rc.d/qjail.bootime
|
||||
man/man8/qjail.8.gz
|
||||
man/man8/qjail-intro.8.gz
|
||||
man/man8/qjail-howto.8.gz
|
||||
%%EXAMPLESDIR%%/vnet/ipfw.host.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipf.host.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipf.vnet.boot.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipf.vnet.run.rules
|
||||
%%EXAMPLESDIR%%/vnet/pf.host.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipfw.host.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipf.host.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipf.vnet.boot.rules
|
||||
%%EXAMPLESDIR%%/vnet/ipf.vnet.run.rules
|
||||
%%EXAMPLESDIR%%/vnet/pf.host.rules
|
||||
%%EXAMPLESDIR%%/vnet/pf.vnet.rules.script
|
||||
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70
|
||||
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60
|
||||
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60
|
||||
%%EXAMPLESDIR%%/default/etc/make.conf
|
||||
%%EXAMPLESDIR%%/default/etc/motd
|
||||
%%EXAMPLESDIR%%/default/etc/periodic.conf
|
||||
|
@ -5,10 +5,10 @@ system that includes security and performance enhancements. Plus a new level
|
||||
of "user friendliness" enhancements dealing with deploying just a few jails or
|
||||
large scale jail environments consisting of 100's of jails.
|
||||
|
||||
Qjail uses the jail(8) jail.conf method. This provides the ability to enable
|
||||
Qjail uses the jail(8) jail.conf method. This provides the ability to enable
|
||||
the following options on a per-jail basis. exec.fib, securelevel, allow.sysvipc,
|
||||
devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs,
|
||||
allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option
|
||||
devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs,
|
||||
allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option
|
||||
gives a jail its own network stack using the experimental vimage kernel module.
|
||||
The vnet option has only been tested on i386 and amd64 equipment.
|
||||
|
||||
@ -28,7 +28,7 @@ group of jails.
|
||||
Ability to designate a portion of the jail name as a group prefix so the
|
||||
command being executed will apply to only those jail names matching that prefix.
|
||||
|
||||
Qjail has been incorporated into the Finch open source project,
|
||||
Qjail has been incorporated into the Finch open source project,
|
||||
see http://dreamcat4.github.io/finch/ for details.
|
||||
|
||||
WWW: http://qjail.sourceforge.net/
|
||||
|
@ -11,32 +11,32 @@ For the BIG PICTURE issue "man qjail-howto".
|
||||
########################################################################
|
||||
|
||||
For users who have existing qjail environments. Please take note.
|
||||
There are changes to the internals of the jail(8) command and changes to
|
||||
parameter names in the periodic files that have occured in FreeBSD
|
||||
Release 10.2 that effects jail behavior in a very minor way.
|
||||
IF your running qjail on an 10.2 or newer version of FreeBSD you should
|
||||
There are changes to the internals of the jail(8) command and changes to
|
||||
parameter names in the periodic files that have occured in FreeBSD
|
||||
Release 10.2 that effects jail behavior in a very minor way.
|
||||
IF your running qjail on an 10.2 or newer version of FreeBSD you should
|
||||
consider doing the following.
|
||||
|
||||
This version of qjail has an built in auto convert function that you may select
|
||||
to choose that fixes those minor behavior problems with your existing jails.
|
||||
This auto convert function is not documented in the qjail manual. Its only
|
||||
shown here. So write it down.
|
||||
This auto convert function is not documented in the qjail manual. Its only
|
||||
shown here. So write it down.
|
||||
|
||||
Issue [ qjail update -u ] from the host console.
|
||||
Issue [ qjail update -u ] from the host console.
|
||||
|
||||
This will cause the existing "flavors" default & ssh-default directories to be
|
||||
This will cause the existing "flavors" default & ssh-default directories to be
|
||||
renamed and new ones populated. Then in each existing jail the periodic.conf
|
||||
and newsyslog.conf files will be renamed with .saved suffix and new ones added.
|
||||
The rc.conf file will be updated in place changing the
|
||||
and newsyslog.conf files will be renamed with .saved suffix and new ones added.
|
||||
The rc.conf file will be updated in place changing the
|
||||
syslogd_enable= parameter value from "NO" to "YES".
|
||||
|
||||
The new periodic.conf file has many sendmail reporting options disabled because
|
||||
sendmail is disabled in the jails rc.conf file by default. This drastically
|
||||
reduces the daily. weekly, monthly system and security status reports elapse
|
||||
run times. This has a major effect on operating system performance where there
|
||||
run times. This has a major effect on operating system performance where there
|
||||
are a large number of jails.
|
||||
|
||||
The [ qjail install ] command will install all the correct files depending on
|
||||
what version of FreeBSD your host is running.
|
||||
|
||||
what version of FreeBSD your host is running.
|
||||
|
||||
########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user