mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
- install the example wpa_supplicant.conf file to the share/examples/etc
directory [1] - add the FILES section to the wpa_supplicant.conf.5 file, so that people will be able to detect the example configuration file easier. [2] PR: docs/121821 [2] Approved by: brooks [1] MFC after: 3 days
This commit is contained in:
parent
9ea29562d9
commit
283146a239
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180158
@ -16,7 +16,7 @@ SRCS= config.c eloop.c common.c md5.c rc4.c sha1.c aes_wrap.c \
|
||||
MAN= wpa_supplicant.8 wpa_supplicant.conf.5
|
||||
|
||||
.if ${MK_EXAMPLES} != "no"
|
||||
FILESDIR= ${SHAREDIR}/examples/wpa_supplicant
|
||||
FILESDIR= ${SHAREDIR}/examples/etc
|
||||
FILES= wpa_supplicant.conf
|
||||
.endif
|
||||
|
||||
|
@ -518,6 +518,11 @@ network={
|
||||
wep_key0=42FEEDDEAFBABEDEAFBEEFAA55
|
||||
}
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width ".Pa /usr/share/examples/etc/wpa_supplicant.conf" -compact
|
||||
.It Pa /etc/wpa_supplicant.conf
|
||||
.It Pa /usr/share/examples/etc/wpa_supplicant.conf
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr wpa_cli 8 ,
|
||||
.Xr wpa_passphrase 8 ,
|
||||
|
Loading…
Reference in New Issue
Block a user