mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
d3559c706f
There are changes to the internals of the jail(8) command and changes to parameter names in the periodic files that have occurred in FreeBSD Release 10.2 that effects jail behavior in a very minor way. This version of qjail has an built in auto convert function that fixes those minor behavior problems with existing jails. This auto convert function is not documented in the qjail manual. Its only shown in the port install output. Issue [ qjail update -u ] from the host console. 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 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 are a large number of jails. PR: 209929 Submitted by: Joe Barbish <qjail1@a1poweruser.com> (maintainer) Reviewed by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>, robak
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
bin/qjail
|
|
bin/qjail.vnet.be
|
|
bin/qjail.vnet.ng
|
|
@sample etc/qjail.portsnap.conf.sample
|
|
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.rules.host
|
|
%%EXAMPLESDIR%%/vnet/ipfw.rules.vnet
|
|
%%EXAMPLESDIR%%/vnet/ipf.rules.host
|
|
%%EXAMPLESDIR%%/vnet/ipf.rules.vnet
|
|
%%EXAMPLESDIR%%/vnet/pf.rules.host
|
|
%%EXAMPLESDIR%%/vnet/pf.rules.vnet
|
|
%%EXAMPLESDIR%%/default/etc/make.conf
|
|
%%EXAMPLESDIR%%/default/etc/motd
|
|
%%EXAMPLESDIR%%/default/etc/periodic.conf
|
|
%%EXAMPLESDIR%%/default/etc/periodic102.conf
|
|
%%EXAMPLESDIR%%/default/etc/newsyslog102.conf
|
|
%%EXAMPLESDIR%%/default/etc/rc.conf
|
|
%%EXAMPLESDIR%%/default/etc/rc102.conf
|
|
%%EXAMPLESDIR%%/default/root/.cshrc
|
|
%%EXAMPLESDIR%%/default/usr/local/etc/pkg.conf
|
|
%%EXAMPLESDIR%%/default/usr/local/etc/sudoers
|
|
%%EXAMPLESDIR%%/ssh-default/etc/group
|
|
%%EXAMPLESDIR%%/ssh-default/etc/make.conf
|
|
%%EXAMPLESDIR%%/ssh-default/etc/master.passwd
|
|
%%EXAMPLESDIR%%/ssh-default/etc/motd
|
|
%%EXAMPLESDIR%%/ssh-default/etc/passwd
|
|
%%EXAMPLESDIR%%/ssh-default/etc/periodic.conf
|
|
%%EXAMPLESDIR%%/ssh-default/etc/periodic102.conf
|
|
%%EXAMPLESDIR%%/ssh-default/etc/newsyslog102.conf
|
|
%%EXAMPLESDIR%%/ssh-default/etc/pwd.db
|
|
%%EXAMPLESDIR%%/ssh-default/etc/rc.conf
|
|
%%EXAMPLESDIR%%/ssh-default/etc/rc102.conf
|
|
%%EXAMPLESDIR%%/ssh-default/etc/spwd.db
|
|
%%EXAMPLESDIR%%/ssh-default/etc/ssh/sshd_config
|
|
%%EXAMPLESDIR%%/ssh-default/root/.cshrc
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.cshrc
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.login
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.login_conf
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.mail_aliases
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.mailrc
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.profile
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.rhosts
|
|
%%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.shrc
|
|
%%EXAMPLESDIR%%/ssh-default/usr/local/etc/pkg.conf
|
|
%%EXAMPLESDIR%%/ssh-default/usr/local/etc/sudoers
|