Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/packages/index.subr 257817 2013-11-07 21:16:32Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/packages/index.subr 258265 2013-11-17 17:42:15Z dteske $
88a89
> local __funcname=f_index_initialize
120c121,123
< if ! PACKAGESITE="$__site" f_quietly pkg update; then
---
> export PACKAGESITE="$__site"
> f_dprintf "PACKAGESITE=[%s]" "$PACKAGESITE"
> if ! f_eval_catch $__funcname pkg "pkg update"; then