1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +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:
Daniel Gerzo 2008-07-01 21:52:49 +00:00
parent 9ea29562d9
commit 283146a239
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180158
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 ,