summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-08 06:23:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-08 06:23:20 +0000
commit24d15c0c1387ea76f7635dcf3e454932fa3325ed (patch)
treecea3597df54a21e90cdaf668e74f5f8e32466370 /etc/rc
parent1a51af434cc382e003bf3fb5bed2eff624fc1434 (diff)
downloadpfsense-24d15c0c1387ea76f7635dcf3e454932fa3325ed.zip
pfsense-24d15c0c1387ea76f7635dcf3e454932fa3325ed.tar.gz
* remove the temporary rule loading workarounds in /etc/rc
* adjust the boot order slightly in rc.bootup * rename filter_ipmon_start to filter_pflog_start
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