Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544272 | Differences between
and this patch

Collapse All | Expand All

(-)a/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in (+2 lines)
Lines 2-7 Link Here
2
Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
2
Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
3
Requires=sys-subsystem-net-devices-%i.device
3
Requires=sys-subsystem-net-devices-%i.device
4
After=sys-subsystem-net-devices-%i.device
4
After=sys-subsystem-net-devices-%i.device
5
Before=network.target
6
Wants=network.target
5
7
6
# NetworkManager users will probably want the dbus version instead.
8
# NetworkManager users will probably want the dbus version instead.
7
9
(-)a/wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in (+2 lines)
Lines 2-7 Link Here
2
Description=WPA supplicant daemon (interface- and wired driver-specific version)
2
Description=WPA supplicant daemon (interface- and wired driver-specific version)
3
Requires=sys-subsystem-net-devices-%i.device
3
Requires=sys-subsystem-net-devices-%i.device
4
After=sys-subsystem-net-devices-%i.device
4
After=sys-subsystem-net-devices-%i.device
5
Before=network.target
6
Wants=network.target
5
7
6
# NetworkManager users will probably want the dbus version instead.
8
# NetworkManager users will probably want the dbus version instead.
7
9
(-)a/wpa_supplicant/systemd/wpa_supplicant.service.arg.in (+2 lines)
Lines 2-7 Link Here
2
Description=WPA supplicant daemon (interface-specific version)
2
Description=WPA supplicant daemon (interface-specific version)
3
Requires=sys-subsystem-net-devices-%i.device
3
Requires=sys-subsystem-net-devices-%i.device
4
After=sys-subsystem-net-devices-%i.device
4
After=sys-subsystem-net-devices-%i.device
5
Before=network.target
6
Wants=network.target
5
7
6
# NetworkManager users will probably want the dbus version instead.
8
# NetworkManager users will probably want the dbus version instead.
7
9
(-)a/wpa_supplicant/systemd/wpa_supplicant.service.in (-1 / +2 lines)
Lines 1-5 Link Here
1
[Unit]
1
[Unit]
2
Description=WPA supplicant
2
Description=WPA supplicant
3
Before=network.target
4
Wants=network.target
3
5
4
[Service]
6
[Service]
5
Type=dbus
7
Type=dbus
6
- 

Return to bug 544272