summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-07 22:36:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-07 22:36:14 +0000
commit72996c17c931b418ce41f33852d5324b4a2710a2 (patch)
tree9a5772e81eaabb4170b1cfe7450258cccbc07d23 /etc/rc
parent878f72706f707075fd3aa0d7d12654da37b425b9 (diff)
downloadpfsense-72996c17c931b418ce41f33852d5324b4a2710a2.zip
pfsense-72996c17c931b418ce41f33852d5324b4a2710a2.tar.gz
correct the path to pfctl and silence any warnings
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud