[2012-06-09 11:13] Raf Czlonka <rafal.czlo...@gmail.com> > > It seems like you've missed what I've written in my previous email, > it is IFACE variable which holds "--all", not IFUP_IFACES.
True. You're right. > Also, since IFACE is not declared anywhere in the script and by > testing I found out that is being passed from if{up,down} as no > matter which /etc/network/ip-up.d/ script I put "echo $IFACE" > I get "--all" after running "ifup -a". Am I right that doing another check would be a hack to solve the issue? if [ ! x"$IFUP_IFACES" = x"all" ] ; then if [ ! x"$IFACE" = x"--all" ] ; then echo $IFUP_IFACES | grep $IFACE > /dev/null || exit 0 fi fi > > Anyway, the soon uploaded new package won't include this ifupdown > > script. That's the reason why I don't care too much about the issue. meillo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org