diff options
author | Scott Ullrich <sullrich@mpb-geekgod.geekgod.com> | 2009-06-18 20:17:10 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@mpb-geekgod.geekgod.com> | 2009-06-18 20:17:10 -0400 |
commit | 5e7d127ad9f53dc3c2c43359fb902a6f9e389ba1 (patch) | |
tree | 88e6a425b691dc1a07e510806317d16b72896bf6 /etc/rc.bootup | |
parent | 62b035ce5f41c8342f0eea0b78e5878ff467e525 (diff) | |
download | pfsense-5e7d127ad9f53dc3c2c43359fb902a6f9e389ba1.zip pfsense-5e7d127ad9f53dc3c2c43359fb902a6f9e389ba1.tar.gz |
Revert "Rename cvssync to gitsync"
This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 3d58deb..7784ec2 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -197,12 +197,9 @@ echo "done.\n"; /* start load balancer daemon */ relayd_configure(); -/* start haproxy daemon */ -haproxy_configure(); - -/* reconfigure our gateway monitor */ + /* reconfigure our gateway monitor */ echo "Setting up gateway monitors..."; -setup_gateways_monitor(); + setup_gateways_monitor(); echo "done.\n"; /* start OpenVPN server & clients */ @@ -349,4 +346,4 @@ mwexec_bg("/usr/sbin/update_dns_cache.sh"); unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; -?>
\ No newline at end of file +?> |