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

2010-12-16 Thread Paul Smith
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-12-16 Thread Simon Kelley
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 entire life of Ubuntu, so this is very unlikely to bite on 
any Ubuntu installation. I'll fix it in the next Debian package.


Cheers,

Simon.

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs