Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdinstall/scripts/docsinstall 223897 2011-07-09 23:01:54Z nwhitehorn $
---
> # $FreeBSD: head/usr.sbin/bsdinstall/scripts/docsinstall 224972 2011-08-18 16:00:32Z nwhitehorn $
61a62,71
> # Let pkg_add be able to use name servers
> cp ${BSDINSTALL_TMPETC}/resolv.conf ${BSDINSTALL_CHROOT}/etc
>
> error() {
> dialog --backtitle "FreeBSD Installer" --title "Error" --msgbox \
> "Could not install package $1 (`tail -n 1 ${BSDINSTALL_LOG}`)" 0 0
> exit 1
> }
>
>
68c78
< pkg_add -C ${BSDINSTALL_CHROOT} -r ${i}-freebsd-doc
---
> pkg_add -C ${BSDINSTALL_CHROOT} -r ${i}-freebsd-doc || error $i-freebsd-doc