From 4bf6ceae202100605998882bd3888fadbabd6453 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 12 May 2007 07:22:41 +0000 Subject: [PATCH] Fix typo. --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 538d737836..76971f4a32 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -14,7 +14,7 @@ # All arguments must be in double or single quotes. # # $FreeBSD: src/etc/defaults/rc.conf,v 1.180 2003/06/26 09:50:50 smkelly Exp $ -# $DragonFly: src/etc/defaults/rc.conf,v 1.35 2007/04/11 17:46:39 dillon Exp $ +# $DragonFly: src/etc/defaults/rc.conf,v 1.36 2007/05/12 07:22:41 swildner Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -98,7 +98,7 @@ pf_rules="/etc/pf.conf" # rules definition file for pf pf_program="/usr/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="/usr/sbin/pflogd" # where the pflogd program lives pflog_flags="" # additional flags for pflogd tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions. -- 2.41.0