Hi, I was reading section 15.3 of the FreeBSD handbook (https://www.freebsd.org/doc/handbook/jails-build.html) and it seems that the command under the line
> When using sh(1) on FreeBSD 9.x and newer, issue this command: is missing a little something. It currently says > # for sets in BASE DOC GAMES PORTS; do (tar -xf > /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR I believe it should say: > # for sets in BASE DOC GAMES PORTS; do (tar -xf > /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR) ; done Regards, -- -David _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
