summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-14 22:10:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-14 22:10:38 +0000
commit11e2c67c8d7c6408668bc5acd14bb7c5fc8ac680 (patch)
tree1486d1eaeb3da3658460276380d480eee9573050 /etc
parentc07d8b04aa566e3725f54588ed73d88fe8e25b69 (diff)
downloadpfsense-11e2c67c8d7c6408668bc5acd14bb7c5fc8ac680.zip
pfsense-11e2c67c8d7c6408668bc5acd14bb7c5fc8ac680.tar.gz
Remove debugging items
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup19
1 files changed, 8 insertions, 11 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b1cbce3..5b0082e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -238,29 +238,26 @@
/* setup interface microcode which improves tcp/ip speed */
echo "Setting up microcode and tx/rx offloading... ";
- //setup_microcode();
+ setup_microcode();
echo "done.\n";
-
- echo "Sleeping";
- sleep(2);
-
- //mwexec("/sbin/pfctl -f /tmp/rules.debug");
+
+ mwexec("/sbin/pfctl -f /tmp/rules.debug");
/* start IPsec tunnels */
- //vpn_ipsec_configure();
+ vpn_ipsec_configure();
/* start load balancer daemon */
- //slbd_configure();
+ slbd_configure();
- //interfaces_carp_bring_up_final();
+ interfaces_carp_bring_up_final();
/* start ftp proxy helpers if they are enabled */
echo "Starting FTP helpers... ";
- //system_start_ftp_helpers();
+ system_start_ftp_helpers();
echo "done.\n";
/* power down hard drive if needed/set */
- //system_set_harddisk_standby();
+ system_set_harddisk_standby();
/* lock down console if necessary */
if(isset($config['system']['disableconsolemenu']))
OpenPOWER on IntegriCloud