Hi, On Tue, Sep 18, 2007 at 09:21:05PM -0700, Tril wrote: > I was unable to remove biff because postrm returned 1 (because > /usr/sbin/update-inetd did not exist). I fixed this by adding > "|| true" at the end of the 4th line.
I don't quite understand what failed; that line already tests for the presence of /usr/sbin/update-inetd before trying to invoke it: > [ -e /usr/sbin/update-inetd ] && update-inetd --remove "biff" Please can you send me a sequence of commands which will reproduce your problem? I'll amend that line to change "-e" to "-x" to match other packages' usage. thanks, Dave -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

