summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6ec4ce8..b1cbce3 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -244,15 +244,15 @@
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... ";
@@ -260,7 +260,7 @@
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