From 1cee7797e587a1ff7497e54f4df08ac2ec947916 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Wed, 6 Oct 2004 17:03:49 +0000 Subject: [PATCH] Fix locations of PF helpers. Submitted-by: Aggelos Economopoulos --- etc/defaults/rc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 1d9e61877c..e6052aee34 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.14 2004/09/21 21:25:28 joerg Exp $ +# $DragonFly: src/etc/defaults/rc.conf,v 1.15 2004/10/06 17:03:49 joerg Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -88,11 +88,11 @@ ipfs_program="/sbin/ipfs" # where the ipfs program lives ipfs_flags="" # additional flags for ipfs pf_enable="NO" # Set to YES to enable packet filter (pf) pf_rules="/etc/pf.conf" # rules definition file for pf -pf_program="/sbin/pfctl" # where the pfctl program lives +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_program="/sbin/pflogd" # where the pflogd program lives +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. log_in_vain="0" # >=1 to log connects to ports w/o listeners. -- 2.41.0