Ahh I see, thanks. Will do edit soon. On Tue, Dec 27, 2011 at 8:49 PM, Osamu Aoki <[email protected]> wrote:
> Hi, > On Tue, Dec 27, 2011 at 05:31:48PM +0400, Anton Koldaev wrote: > > Hi, > > http://wiki.debian.org/DpkgConffileHandling: > > - if dpkg --compare-versions "$2" le "$LASTVERSION"; then > > + if [ -n "$2" ] && dpkg --compare-versions "$2" le "$LASTVERSION"; then > > > > It is related to > > > https://launchpadlibrarian.net/73227673/ifenslave-2.6_1.1.0-15ubuntu2_1.1.0-15ubuntu2.10.10.1.diff.gz > > https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/482419 > > Why did not you login to update this page... Anyone can get login right. > > Osamu > -- Best regards, Koldaev Anton

