> I'm not sure I understand that quite correct, where is this problem
> appearing?
> 
> Other things:
> 
> tail is used in line 230: tail -r ${_fstab} | while read _device
> _mountpt _rest; do
> 
> If the per-jail fstab is larger than 10 lines, which is the default of
> tail to show, the remaining mountpoints will not be unmounted?

        The default for the -r option is to display all of the input.

-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: [EMAIL PROTECTED]
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to