mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove debugging items
This commit is contained in:
parent
c07d8b04aa
commit
11e2c67c8d
@ -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']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user