Overview
Comment: | add wpa_supplicant from ports |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c3e160beba2a46b17f36082c0cab164c |
User & Date: | arcade on 2023-08-18 13:38:52.209 |
Other Links: | manifest | tags |
Context
2023-08-18
| ||
13:39 | bump license check-in: 2d88e848f0 user: arcade tags: trunk | |
13:38 | add wpa_supplicant from ports check-in: c3e160beba user: arcade tags: trunk | |
13:38 | add arpwatch check-in: 9967ffe6bc user: arcade tags: trunk | |
Changes
Modified wpa_supplicant.service.mk
from [79d6973e42]
to [f0d60a781d].
1 2 3 4 5 6 | DAEMON_wpa_supplicant_COMMAND?=/usr/sbin/wpa_supplicant DAEMON_wpa_supplicant_BACKGROUND?=-B DAEMON_wpa_supplicant_ENABLE?=no DAEMON_wpa_supplicant_FLAGS?=-M -iwlan* -Dbsd -c/etc/wpa_supplicant.conf wpa_supplicant: ${_SERVICE} | > > > > | 1 2 3 4 5 6 7 8 9 10 | .if exists(/usr/local/sbin/wpa_supplicant) DAEMON_wpa_supplicant_COMMAND?=/usr/local/sbin/wpa_supplicant .elif exists(/usr/sbin/wpa_supplicant) DAEMON_wpa_supplicant_COMMAND?=/usr/sbin/wpa_supplicant .endif DAEMON_wpa_supplicant_BACKGROUND?=-B DAEMON_wpa_supplicant_ENABLE?=no DAEMON_wpa_supplicant_FLAGS?=-M -iwlan* -Dbsd -c/etc/wpa_supplicant.conf wpa_supplicant: ${_SERVICE} |