To Ubuntu triagers: This is a real bug, but it only affects code which
provides compatibility with very old (pre-Ubuntu) Debian installations
which might have interface configuration in /etc/default/dnsmasq. The
accepted place for such configuration has always been /etc/dnsmasq.conf
during the
Public bug reported:
Binary package hint: dnsmasq
Looking at the /etc/init.d/dnsmasq file I see a bug; in the start()
function it says:
${DNSMASQ_INTERFACE:+ $DNSMASQ_INTERFACES} \
This is wrong; the variable names should both be the same. Assuming the
right variable name is DN