diff options
author | sam <sam@FreeBSD.org> | 2008-03-24 20:19:20 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-03-24 20:19:20 +0000 |
commit | c0e1e43906cd42bb1d9e032f9785d51ab588bd64 (patch) | |
tree | cd44a4b49f4731c0d354d83fc0a8eb6b9b643f92 /usr.sbin/wpa | |
parent | 2fb2cdc2a163f188028bae130a262d080a05cbfe (diff) | |
download | FreeBSD-src-c0e1e43906cd42bb1d9e032f9785d51ab588bd64.zip FreeBSD-src-c0e1e43906cd42bb1d9e032f9785d51ab588bd64.tar.gz |
enable syslog support and add -s option to the man page
MFC after: 3 weeks
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 | 8 |
2 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index f493fa2..9465a46 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile +++ b/usr.sbin/wpa/wpa_supplicant/Makefile @@ -27,6 +27,7 @@ CFLAGS+= -DCONFIG_DRIVER_WIRED CFLAGS+= -DCONFIG_CTRL_IFACE CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX CFLAGS+= -DCONFIG_TERMINATE_ONLASTIF +CFLAGS+= -DCONFIG_DEBUG_SYSLOG CFLAGS+= -g DPADD+= ${LIBPCAP} LDADD+= -lpcap diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 index 31adf2f..3f01e89 100644 --- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 +++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 21, 2008 +.Dd March 24, 2008 .Dt WPA_SUPPLICANT 8 .Os .Sh NAME @@ -32,7 +32,7 @@ .Nd "WPA/802.11i Supplicant for wireless network devices" .Sh SYNOPSIS .Nm -.Op Fl BdehLqvw +.Op Fl BdehLqsvw .Fl i Ar ifname .Fl c Ar config-file .Sh DESCRIPTION @@ -100,6 +100,10 @@ Show help text. Decrease debugging verbosity (i.e., counteract the use of the .Fl d flag). +.It Fl s +Send log messages through +.Xr syslog 3 +instead of to the terminal. .It Fl v Display version information on the terminal and exit. .It Fl w |