Make sure that DBus isn't shut down before wpa_supplicant, as that would
also bring down wireless links which are still holding open NFS shares.
Debian bug: https://bugs.debian.org/785579
systemd upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=89847
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Gbp-Pq: Name wpa_supplicant_fix-dependency-odering-when-invoked-with-dbus.patch
* log wpa_supplicant messages to syslog
* activate control socket interface so that wpa_cli can be used by D-Bus
activated wpa_supplicant daemon
Gbp-Pq: Name 07_dbus_service_syslog.patch
Debian specific patch to desktop menu entry, so that we may exec
wpa_gui which being in /usr/sbin may not be in the PATH
Gbp-Pq: Name 06_wpa_gui_menu_exec_path.patch
Debian does not use pam_console but uses group membership
to control access to D-Bus. Activating both options in the conf file
makes it work on Debian and Ubuntu.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=15;bug=412179
Gbp-Pq: Name 02_dbus_group_policy.patch
At least in debian, we can rely on pkg-config being available and
returning more accurate ldflags.
Gbp-Pq: Name 01_use_pkg-config_for_pcsc-lite_module.patch