Dag-Erling Smørgrav <d...@des.no> writes: > $ sudo env UNAME_r=X.Y-RELEASE freebsd-update fetch install
Actually, you want to do this from *outside* the jail, partly out of healthy paranoia and partly so freebsd-update will re-use previously downloaded indexes and patches: $ sudo env UNAME_r=X.Y-RELEASE freebsd-update -b /path/to/jail fetch install Don't worry about conflicts - freebsd-update names its working directory after the sha256 sum of the destination directory, so you can fetch, merge, install and rollback updates for multiple jails as well as the host independently of eachother. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscr...@freebsd.org"