http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/sysutils/ezjail/files/patch-ja.REL=10.2-RELEASE.diff The earlier patch-ja.REL=10.0-RELEASE.diff got deleted by mistake, so this is a copy from later patch-ja.REL=CURRENT.cust_rel which was dated Jan 25 2016 See Also /site/domain/js.berklix.net/usr/local/etc/ezjail/test_js_berklix_net What this does: - Improve unreal path /usr/8.0-RELEASE-i386-disc1.iso - remove first spurious md0, as 8.2 man mdconfig make clear it is not necessary, it gets allocated automatically, & if one wants, one can use -u - Still need to add some different mechanism to install 9 First Patch is for 9.1-RELEASE/usr/ports/sysutils/ezjail/work/ezjail-3.2.3/man7 & 11.0-CURRENT + ezjail-3.4.1 A Patch might later be written for ezjail-3.3/man8/ ezjail-admin.8 As the bulk of the manual has moved from "man ezjail" to "man ezjail-admin" *** man7/ezjail.7.orig Tue Dec 30 00:51:42 2014 --- man7/ezjail.7 Tue Dec 30 01:03:00 2014 *************** *** 546,554 **** .Pa disc1.iso CDRom image file. .Bd -literal -offset indent ! mdconfig -a -f /usr/8.0-RELEASE-i386-disc1.iso md0 ! mount -v -t cd9660 /dev/md0 /mnt ! cd /mnt/8.0-RELEASE ezjail-admin install -h file:// -sm .Ed .Pp --- 546,558 ---- .Pa disc1.iso CDRom image file. .Bd -literal -offset indent ! mdconfig -a -f /pub/FreeBSD/releases/amd64/ISO-IMAGES/8.4/FreeBSD-8.4-RELEASE-amd64-disc1.iso -u 9 ! mount -v -t cd9660 /dev/md9 /mnt ! cd /mnt/8.4-RELEASE ; ls -l base/base.aa ! OR ! mdconfig -a -f /pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/9.1/FreeBSD-9.1-RELEASE-amd64-disc1.iso -u 8 ! mkdir /mnt2 ; mount -v -t cd9660 /dev/md8 /mnt2 ! cd /mnt2 ; echo "HELP NO ./9.2-RELEASE/ and no .aa files, ask erdgeist@erdgeist.org,freebsd-jails@freebsd.org to do ?" ezjail-admin install -h file:// -sm .Ed .Pp *************** *** 571,577 **** password FBSD@home.com macdef init prompt off ! cd /pub/FreeBSD/releases/i386/8.0-RELEASE epsv4 off $ getdir base kernels manpages src quit --- 575,581 ---- password FBSD@home.com macdef init prompt off ! cd /pub/FreeBSD/releases/amd64/amd64/9.1-RELEASE epsv4 off $ getdir base kernels manpages src quit *************** *** 583,595 **** Then issue this command on the command line. If the FTP download times out re-issue the FTP command again to resume where it left off. .Bd -literal -offset indent ! mkdir /usr/8.0-RELEASE ! cd /usr/8.0-RELEASE ftp -v ftp2.jp.FreeBSD.org ezjail-admin install -h file:// -sm .Ed .Pp ! Use this option to target the 8.0-RELEASE files you FTP'ed as the source of the running binaries used to populate the base jail. In addition the man pages and sources will be installed into the base jail. .El --- 587,599 ---- Then issue this command on the command line. If the FTP download times out re-issue the FTP command again to resume where it left off. .Bd -literal -offset indent ! mkdir /usr/9.1-RELEASE ! cd /usr/9.1-RELEASE ftp -v ftp2.jp.FreeBSD.org ezjail-admin install -h file:// -sm .Ed .Pp ! Use this option to target the 9.1-RELEASE files you FTP'ed as the source of the running binaries used to populate the base jail. In addition the man pages and sources will be installed into the base jail. .El *************** *** 611,617 **** .Xr freebsd-update 8 (i.e. using binary packages). This may be used only to update an existing installation. ! .It Nm Cm update Fl U s Ar 8.0-RELEASE Upgrade the base jail to the host system's release using .Xr freebsd-update 8 . This may be used only to upgrade an existing installation. Tell freebsd-update which OS version to expect --- 615,621 ---- .Xr freebsd-update 8 (i.e. using binary packages). This may be used only to update an existing installation. ! .It Nm Cm update Fl U s Ar 9.1-RELEASE Upgrade the base jail to the host system's release using .Xr freebsd-update 8 . This may be used only to upgrade an existing installation. Tell freebsd-update which OS version to expect