On Wed, 11 Aug 2010, Adam Borowski wrote: > --- netbase.postinst.orig 2010-08-10 23:05:42.440582610 +0200 > +++ netbase.postinst 2010-08-10 23:06:37.256578113 +0200 > @@ -57,6 +57,20 @@ > EOF > } > > +# delete bindv6only.conf that was created by 4.38 .. 4.42 > +remove_bindv6only_conf() { > + if [ ! -e /etc/sysctl.d/bindv6only.conf ]; then > + return 0 > + fi > + if [ "$2" ] && dpkg --compare-versions "$2" ge "4.42"; then > + return 0 > + fi
if [ "$2" ] && dpkg --compare-versions "4.38" ge "$2"; then return 0 fi This test is also required. Marco: would it be acceptable to apply this patch (or one of your design with similar effect), or do you want the CTTE to continue its laborious process? Don Armstrong -- I cannot find rest Because I am powerless To amend a broken world. -- Guy Gavriel Kay _Under Heaven_ p295 http://www.donarmstrong.com http://rzlab.ucr.edu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org