Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538600 - net-wireless/wpa_supplicant[-dbus] should not install wpa_supplicant.service
Summary: net-wireless/wpa_supplicant[-dbus] should not install wpa_supplicant.service
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 23:57 UTC by Mike Gilbert
Modified: 2015-02-04 20:57 UTC (History)
1 user (show)

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


Attachments
ebuild patch (wpa_supplicant.patch,904 bytes, patch)
2015-02-03 00:21 UTC, Mike Gilbert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2015-02-02 23:57:16 UTC
wpa_supplicant.service contains this:

[Service]
Type=dbus
BusName=fi.epitest.hostap.WPASupplicant
ExecStart=@BINDIR@/wpa_supplicant -u

Attempting to start this service when USE="-dbus" will result in a error/usage message being output to the journal since the "-u" option is not valid.
Comment 1 Mike Gilbert gentoo-dev 2015-02-03 00:21:22 UTC
Created attachment 395428 [details, diff]
ebuild patch
Comment 2 Mike Gilbert gentoo-dev 2015-02-04 20:57:12 UTC
+*wpa_supplicant-2.3-r2 (04 Feb 2015)
+
+  04 Feb 2015; Mike Gilbert <floppym@gentoo.org> +wpa_supplicant-2.3-r2.ebuild:
+  Exclude wpa_supplicant.service when USE=-dbus, bug 538600.