aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-07-27 00:28:16 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-07-27 00:28:16 +0000
commita31f99f88782dbc23b0de334db12715923e5c034 (patch)
treeedf9654af25d99b1d9df33022deea83787e6b70c /etc/defaults/rc.conf
parent3f623879cc952aa72ff292af782e75b224a83389 (diff)
downloadsrc-a31f99f88782dbc23b0de334db12715923e5c034.tar.gz
src-a31f99f88782dbc23b0de334db12715923e5c034.zip
Fix typo in description of pflog_logfile.
Submitted by: Mike Jakubik
Notes
Notes: svn path=/head/; revision=132678
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index df9bd0c1362a..94eb637aef54 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -110,7 +110,7 @@ pf_rules="/etc/pf.conf" # rules definition file for pf
pf_program="/sbin/pfctl" # where the pfctl program lives
pf_flags="" # additional flags for pfctl
pflog_enable="NO" # Set to YES to enable packet filter logging
-pflog_logfile="/var/log/pflog" # where pflogd shoule store the logfile
+pflog_logfile="/var/log/pflog" # where pflogd should store the logfile
pflog_program="/sbin/pflogd" # where the pflogd program lives
pflog_flags="" # additional flags for pflogd
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.