Juergen Daubert
9dd6246e6f
NOTE: ----- As of version 6.0 dhcpcd includes a hook, 10-wpa_supplicant, that starts wpa_supplicant for wireless interfaces. The hook expects that the default configuration file of wpa_supplicant is /etc/wpa_supplicant.conf. Unfortunately our port is using /etc/wpa.conf as the default. I've changed that with the current commit to /etc/wpa_supplicant. To keep your current configuration a symlink to wpa.conf is installed as well for now, but might be removed in future versions of the port. It's possible to define the configuration name with a wpa_supplicant_conf=/etc/wpa.conf in /etc/dhcpcd/dhcpcd.enter-hook but using the default name is preferable. Sorry for the inconvenience.
17 lines
681 B
Plaintext
17 lines
681 B
Plaintext
drwxr-xr-x root/root etc/
|
|
lrwxrwxrwx root/root etc/wpa.conf -> wpa_supplicant.conf
|
|
-rw------- root/root etc/wpa_supplicant.conf
|
|
drwxr-xr-x root/root usr/
|
|
drwxr-xr-x root/root usr/man/
|
|
drwxr-xr-x root/root usr/man/man5/
|
|
-rw-r--r-- root/root usr/man/man5/wpa_supplicant.conf.5.gz
|
|
drwxr-xr-x root/root usr/man/man8/
|
|
-rw-r--r-- root/root usr/man/man8/wpa_background.8.gz
|
|
-rw-r--r-- root/root usr/man/man8/wpa_cli.8.gz
|
|
-rw-r--r-- root/root usr/man/man8/wpa_passphrase.8.gz
|
|
-rw-r--r-- root/root usr/man/man8/wpa_supplicant.8.gz
|
|
drwxr-xr-x root/root usr/sbin/
|
|
-rwxr-xr-x root/root usr/sbin/wpa_cli
|
|
-rwxr-xr-x root/root usr/sbin/wpa_passphrase
|
|
-rwxr-xr-x root/root usr/sbin/wpa_supplicant
|