Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317907 - sys-apps/openrc-0.6.1-r1 checks /sbin/wpa_supplicant which should /usr/sbin/wpa_supplicant
Summary: sys-apps/openrc-0.6.1-r1 checks /sbin/wpa_supplicant which should /usr/sbin/w...
Status: RESOLVED DUPLICATE of bug 277594
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 16:54 UTC by wd
Modified: 2010-06-15 17:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wd 2010-04-30 16:54:39 UTC
Openrc net.lo check /sbin/wpa_supplicant to decide to put or not to put wpa_supplicant into modules list.

But net-wireless/wpa_supplicant-0.7.1 will not put a wpa_supplicant command at /sbin, it will put at /usr/sbin.

So net.lo will never use wpa_supplicant even if you configured as modules="wpa_supplicant" in configure file.

sys-apps/baselayout-2.0.1
sys-apps/openrc-0.6.1-r1
net-wireless/wpa_supplicant-0.7.1

Reproducible: Always

Steps to Reproduce:
sudo ln -s /usr/sbin/wpa_supplicant /sbin/wpa_supplicant
Comment 1 William Throwe 2010-05-01 00:57:59 UTC
Possibly related to bug 277594?
Comment 2 wd 2010-05-01 12:59:04 UTC
I think its totally the same problem...
Comment 3 Matt Turner gentoo-dev 2010-06-15 17:14:24 UTC

*** This bug has been marked as a duplicate of bug 277594 ***