[patch] etc/defaults/rc.conf points to the wrong dir for pfctl, pflogd

Aggelos Economopoulos aoiko at cc.ece.ntua.gr
Wed Oct 6 08:31:56 PDT 2004


Self-explanatory patch follows:

Index: etc/defaults/rc.conf
===================================================================
RCS file: /home/dcvs/src/etc/defaults/rc.conf,v
retrieving revision 1.14
diff -u -r1.14 rc.conf
--- etc/defaults/rc.conf	21 Sep 2004 21:25:28 -0000	1.14
+++ etc/defaults/rc.conf	6 Oct 2004 14:58:33 -0000
@@ -88,11 +88,11 @@
 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.





More information about the Submit mailing list