Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/packages/packages.subr 252987 2013-07-07 18:51:44Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/packages/packages.subr 253333 2013-07-14 03:08:52Z dteske $
996c996
< local pkg_ext probe_only=1 found=
---
> local pkg_ext found=
998c998
< if f_device_get $device "$path$pkg_ext" $probe_only; then
---
> if f_device_get $device "$path$pkg_ext" $PROBE_EXIST; then