[Bug 691329] [NEW] dnsmasq init file has incorrect DNSMASQ_INTERFACE reference

Paul Smith psmith at gnu.org
Thu Dec 16 23:00:14 GMT 2010


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 DNSMASQ_INTERFACES (plural) for example this
should be:

                ${DNSMASQ_INTERFACES:+ $DNSMASQ_INTERFACES} \


~$ lsb_release -rd
Description:    Ubuntu 10.10
Release:        10.10
~$ apt-cache policy dnsmasq
dnsmasq:
  Installed: 2.55-1
  Candidate: 2.55-1
  Version table:
 *** 2.55-1 0
        500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe amd64 Packages
        100 /var/lib/dpkg/status

** Affects: dnsmasq (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in ubuntu.
https://bugs.launchpad.net/bugs/691329

Title:
  dnsmasq init file has incorrect DNSMASQ_INTERFACE reference



More information about the Ubuntu-server-bugs mailing list