summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-04-08 23:12:15 +0000
committerSam Leffler <sam@FreeBSD.org>2008-04-08 23:12:15 +0000
commit2a54bb549f2bd6e9fd48e3a54c09d486b4386147 (patch)
treeb63290a5b5f2b3d7473b31feda3a21a9684f6e68 /etc/defaults
parent49658ca92633d3f0bc8f51cdbb02c0cf30b09f68 (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index a470a2f85059..75eae06c5bf6 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -105,6 +105,10 @@ background_dhclient="NO" # Start dhcp client in the background.
#background_dhclient_fxp0="YES" # Start dhcp client on fxp0 in the background.
synchronous_dhclient="YES" # Start dhclient directly on configured
# interfaces during startup.
+wpa_supplicant_program="/usr/sbin/wpa_supplicant"
+wpa_supplicant_flags="-s" # Extra flags to pass to wpa_supplicant
+wpa_supplicant_conf_file="/etc/wpa_supplicant.conf"
+#
firewall_enable="NO" # Set to YES to enable firewall functionality
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)