Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/media/nfs.subr 252987 2013-07-07 18:51:44Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/media/nfs.subr 253333 2013-07-14 03:08:52Z dteske $
211c211
< # f_media_get_nfs $device $file [$probe_only]
---
> # f_media_get_nfs $device $file [$probe_type]
214c214,216
< # $probe_only is present and non-NULL, returns success if $file exists.
---
> # $probe_type is present and non-NULL, returns success if $file exists. If
> # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to
> # standard-out.
218c220
< local dev="$1" file="$2" probe_only="$3"
---
> local dev="$1" file="$2" probe_type="$3"
220,221c222,223
< f_dprintf "f_media_get_nfs: dev=[%s] file=[%s] probe_only=%s" \
< "$dev" "$file" "$probe_only"
---
> f_dprintf "f_media_get_nfs: dev=[%s] file=[%s] probe_type=%s" \
> "$dev" "$file" "$probe_type"
223c225
< f_media_generic_get "$MOUNTPOINT" "$file" "$probe_only"
---
> f_media_generic_get "$MOUNTPOINT" "$file" "$probe_type"