On Fri, Jun 08, 2012 at 04:04:34PM BST, Andrew Shadura wrote:
> It is not a problem of ifupdown anyway, it's something which has its
> scripts under /etc/network/if-*.d, most probably initscripts. Do you
> have initscripts=2.88dsf-25 installed? If you don't, please install it
> and check again.

Thank you for clarifying and pointing me into the right direction.
Having had 2.88dsf-26 version of initscripts installed I started
digging and found the offending scripts:

/etc/network/if-up.d/1masqmail
/etc/network/if-down.d/99masqmail

which are part of masqmail package.

The problem is the way grep is used in those scripts in the lines:

echo $IFUP_IFACES | grep $IFACE > /dev/null || exit 0

Since IFACE variable holds "--all", grep treats it as its own option.

I'd appreciate if you could reassign the bug to masqmail then, please.

Regards,
-- 
Raf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to