summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc b/etc/rc
index 0a68834..248e38a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -67,9 +67,6 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
# let the PHP-based configuration subsystem set up the system now
/etc/rc.bootup
-/sbin/pfctl -f /tmp/rules.debug
-/sbin/pfctl -e
-
echo Starting INETD for FTP-PROXY...
/usr/sbin/inetd -wW -C 60
@@ -81,9 +78,6 @@ echo Starting USB...
/usr/sbin/cron 2>>/tmp/bootup_messages
-sleep 10
-/sbin/pfctl -f /tmp/rules.debug
-
for FILE in /usr/local/etc/rc.d/*.sh; do
if [ -e $FILE ]; then
echo "Starting ${FILE}..."
OpenPOWER on IntegriCloud