Public bug reported:

Binary package hint: hostapd

In maverick, the /etc/init.d/hostapd script does this:

[[ -r "$DAEMON_CONF" ]] || exit 0;

However, hostapd itself supports multiple config files to run an access
point simultaneously on several interfaces. (See man page of hostapd.)
Here's the value I have in /etc/default/hostapd:

DAEMON_CONF="/etc/hostapd/hostapd-n.conf /etc/hostapd/hostapd-g.conf"

Just commenting the test at the init.d script fixes this regression. May
I suggest just testing that DAEMON_CONF != ""?

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

-- 
Multiple config file support regression
https://bugs.launchpad.net/bugs/630223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to