Package: ifenslave-2.6
Version: 1.1.0-15
Severity: serious
Tags: patch
Justification: Policy 10.7.4
the preinst script messes with files from wireless-tools. i'm guessing this was
a copy-and-paste error. following patch should address the issue:
diff -Nru ifenslave-2.6-1.1.0/debian/ifenslave-2.6.preinst
ifenslave-2.6-1.1.0/debian/ifenslave-2.6.preinst
--- ifenslave-2.6-1.1.0/debian/ifenslave-2.6.preinst 2009-12-18
04:26:43.000000000 -0800
+++ ifenslave-2.6-1.1.0/debian/ifenslave-2.6.preinst 2010-07-03
10:56:50.000000000 -0700
@@ -17,8 +17,8 @@
case "$1" in
install|upgrade)
if dpkg --compare-versions "$2" le "1.1.0-6"; then
- prep_mv_conffile ifenslave
"/etc/network/if-up.d/wireless-tools"
- prep_mv_conffile ifenslave
"/etc/network/if-down.d/wireless-tools"
+ prep_mv_conffile ifenslave "/etc/network/if-up.d/ifenslave"
+ prep_mv_conffile ifenslave "/etc/network/if-down.d/ifenslave"
fi
esac
live well,
vagrant
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]