summaryrefslogtreecommitdiff
path: root/sysutils/qjail4
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-29 15:04:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-29 15:04:35 +0000
commit115d4a8d15618fc1bd23520bf67baaca4696b511 (patch)
tree5ec5e1be76302c31b7e2fd30d749d9f6cd954a65 /sysutils/qjail4
parentFix the CUPS foomatic-rip symlink. (diff)
Cleanup whitespace at EOL.
Pointy hat: mat Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=421066
Diffstat (limited to 'sysutils/qjail4')
-rw-r--r--sysutils/qjail4/pkg-descr8
-rw-r--r--sysutils/qjail4/pkg-message26
2 files changed, 17 insertions, 17 deletions
diff --git a/sysutils/qjail4/pkg-descr b/sysutils/qjail4/pkg-descr
index 345a38fc4966..b327c9c07c0d 100644
--- a/sysutils/qjail4/pkg-descr
+++ b/sysutils/qjail4/pkg-descr
@@ -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/
diff --git a/sysutils/qjail4/pkg-message b/sysutils/qjail4/pkg-message
index 305da69273dd..3608ccf19b71 100644
--- a/sysutils/qjail4/pkg-message
+++ b/sysutils/qjail4/pkg-message
@@ -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.
+
########################################################################