From 72996c17c931b418ce41f33852d5324b4a2710a2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 7 Nov 2004 22:36:14 +0000 Subject: correct the path to pfctl and silence any warnings --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index af4b2f5..521b51b 100755 --- a/etc/rc +++ b/etc/rc @@ -52,8 +52,8 @@ echo # let the PHP-based configuration subsystem set up the system now /etc/rc.bootup -/usr/sbin/pfctl -f /tmp/rules.debug -/usr/sbin/pfctl -e +/sbin/pfctl -f /tmp/rules.debug >/dev/null 2>&1 +/sbin/pfctl -e >/dev/null 2>&1 echo Starting Secure Shell Services ... /etc/sshd -- cgit v1.1