Mark Andrews wrote:
>> 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.

Ah, didn't know that. Thanks for correcting me there.

greetings,
philipp

_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to