Remove debugging items

This commit is contained in:
Scott Ullrich 2005-11-14 22:10:38 +00:00
parent c07d8b04aa
commit 11e2c67c8d

View File

@ -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']))