Package: wpasupplicant Version: 0.6.0~cvs20070224-2 Severity: minor While booting (and any other start/restart of dbus) I get the following message: Starting system message bus: dbusUnknown group "netdev" in message bus configuration file.
This is caused by
<policy group="netdev">
<allow send_destination="fi.epitest.hostap.WPASupplicant"/>
<allow send_interface="fi.epitest.hostap.WPASupplicant"/>
</policy>
in
/etc/dbus-1/system.d/wpa_supplicant.conf which gets installed by your
package.
According to #389243 and #385495 you just should add something like the
following to your postinst:
case "$1" in
configure)
if ! getent group netdev > /dev/null; then
addgroup --quiet --system netdev
fi
TIA
Evgeni
--
^^^ | Evgeni -SargentD- Golov ([EMAIL PROTECTED])
d(O_o)b | GPG/PGP-Key-ID: 0xAC15B50C
>-|-< | 0C04 F872 0963 ADC9 AA83 882B 24A0 1418 AC15 B50C
/ \ | http://www.die-welt.net - [EMAIL PROTECTED]
ihr seid krank. entweder ihr redet über linux oder ihr rasiert euch die
beine. (craven, teranetworks.de)
pgpTQKe60h6N6.pgp
Description: PGP signature

