summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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