On Mon, May 19, 2008 at 01:17:11PM +1000, Robert Swan wrote:
> The script /usr/share/trn4/mbox.saver uses
> 
>   tail +$5c ...
> 
> which tail (from coreutils 6.10-6) no longer understands.  It outputs
> a warning message, then works as if it was invoked with no options.
> This leads to just the tail of the article being stored.
> Changing it to:
> 
>   tail -c +$5 ...
> 
> Sorts it out.  norm.saver has the same problem.

Coincidentally, I had already fixed this in my local tree. :-)

Cheers,

-- 
Colin Watson                                       [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to