On Wed, Aug 20, 2003 at 09:05:04PM +0200, Jurij Smakov wrote: > 'tail' command is used in postinst script as: > > last=`tail -1 "$LG"` > > This is old format, which is no longer supported, so this line breaks > dpkg-reconfigure, for example. It should be changed to > > last=`tail -n 1 "$LG"`
thanks. It'll be in the next upload. -- Breathe into my hands, I'll cup them like a glass to drink from... - Tattle Tale -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

