Port details |
- mkjail Fat jail creation script
- 0.0.5 sysutils =4 0.0.4Version of this port present on the latest quarterly branch.
- Maintainer: dvl@FreeBSD.org
- Port Added: 2021-07-12 22:51:06
- Last Update: 2024-11-16 15:16:08
- Commit Hash: 40b0daf
- People watching this port, also watch:: indexinfo, monit, inotify-tools, dbus
- License: BSD2CLAUSE
- WWW:
- https://github.com/mkjail/mkjail
- Description:
- mkjail can be used on FreeBSD to create new jails, keep them updated,
and upgrade to a new release.
mkjail requires the use of ZFS and will create each new jail in a
separate filesystem.
mkjail is not a jail manager. Jails are configured via /etc/jail.conf
and started/stopped via service jail start foo.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/mkjail/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/mkjail
- pkg install mkjail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mkjail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731769983
SHA256 (mkjail-mkjail-0.0.5_GH0.tar.gz) = 1b69bab18aea688938b2acc9a27e81dd620d1a381f53a21cc70fd96676f688f3
SIZE (mkjail-mkjail-0.0.5_GH0.tar.gz) = 7398
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mkjail-0.0.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_mkjail
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.5 16 Nov 2024 15:16:08 |
Dan Langille (dvl) |
sysutils/mkjail: Update to 0.0.5
re: https://github.com/mkjail/mkjail/releases/tag/0.0.5
This release lets you specify zpool for /var/db/mkjail
While here, fix maintainer. I set it as fuz when I first created the
port in 2021 - I'm sure that was a copy/paste error.
Fixes: 175e9e5f When port was created, maintainer was wrong |
0.0.4 03 Sep 2023 21:05:02 |
Dan Langille (dvl) |
sysutils/mkjail: Update to 0.0.4
Once again, without all the work-in-progress stuff for Bacula.
Sorry about that. My Thanks to Fernando Apesteguía for spotting my
premature sharing. |
0.0.3 03 Sep 2023 20:59:20 |
Dan Langille (dvl) |
sysutils/mkjail: Revert "sysutils/mkjail: Update to 0.0.4"
This reverts commit a8cc45bb7a5f1b8f4b7faa8506bb5ce65baa555b.
Sorry, I committed way more than I intended to. |
0.0.4 03 Sep 2023 20:46:50 |
Dan Langille (dvl) |
sysutils/mkjail: Update to 0.0.4
re: https://github.com/mkjail/mkjail/releases/tag/0.0.4 |
0.0.3 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.3 16 Sep 2021 12:42:40 |
Dan Langille (dvl) |
sysutils/mkjail: Update to 0.0.3
This release adds a new configuration parameter: MKJAILDATASET
This is the filesystem where mkjail will store the FreeBSD releases
which it downloads for installs. View the new options in the sample
configuration file.
re: https://github.com/mkjail/mkjail/releases/tag/0.0.3 |
0.0.2 02 Aug 2021 21:43:30 |
Dan Langille (dvl) |
sysutils/mkjail: update to 0.0.2
When your jails are not at /jails or not part of zroot/jails, the new
configuration options in mkjail.conf will help with that.
re: https://github.com/mkjail/mkjail/releases/tag/0.0.2 |
0.0.1 12 Jul 2021 22:49:30 |
Dan Langille (dvl) |
sysutils/mkjail: New port: Fat jail creation script
mkjail can be used on FreeBSD to create new jails, keep them updated,
and upgrade to a new release.
mkjail requires the use of ZFS and will create each new jail in a
separate filesystem.
mkjail is not a jail manager. Jails are configured via /etc/jail.conf
and started/stopped via service jail start foo.
PR: 256871
Reported by: Robert Clausecker <fuz@fuz.su> |