appending to an existing variable. Most users will not have other
cloned interfaces, and assuming that they do adds unnecessary complexity
to this example. Pointed out by Adam Vande More <amvandemore@gmail.com>
on -doc.
There is no ezjail-update -r
Explain how to upgrade between versions that different from the host version
PR: 197804
Differential Revision: https://reviews.freebsd.org/D2114
Approved by: wblock (mentor)
Sponsored by: ScaleEngine Inc.
Remove unneeded subshell
Remove csh examples, and explicitly use sh everywhere
Remove the GAMES set which on longer exists
Remove the DOCS set that may be removed in the future, it is not needed inside a jail
PR: 194993
Differential Revision: https://reviews.freebsd.org/D2116
Submitted by: alex@kaworu.ch (original)
Reviewed by: wblock
Approved by: bcr (mentor)
Sponsored by: ScaleEngine Inc.
From the PR:
- Describe that it's possible to install prebuilt binaries as well as build
from source.
- Instructions on how to extract distfiles on 8.x & earlier / 9.0 & later
- Remove reference to jail_www_devfs_ruleset rc.conf, as-is it prevents the
jail from starting because a ruleset needs to be defined & as there is no
documentation for that in the article, it's easier to remove it, by doing
this, the default ruleset is applied.
- Add instructions on how to keep jails up to date with freebsd-update.
I cleaned up the patch a bit, but it is still good work for a first patch.
PR: docs/189901
Submitted by: Sevan Janiyan
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.
Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated
Translations are untouched except for build fixes.
Approved by: doceng (gjb)
Approved by: gjb (mentor)
change, on the grounds of a complain he has filed with the qjail
author about copying the sources of ezjail without appropriate
attribution. Until this is resolved, we can keep the original
text here.
scripts: service(1) puts things in one place and abstracts them. Also, it's less
typing and easier to autocomplete.
While here modernize script examples by removing the ".sh" suffix.
Discussed on: -doc
Reviewed by: bjk (prior version)
Approved by: bcr (mentor)