* Restore original carp behavior (running from /usr/local/etc/rc.d)

* Run VPN setup later in the bootup process
This commit is contained in:
Scott Ullrich 2005-04-17 22:57:56 +00:00
parent 46c228d096
commit 7b3d5000f9

View File

@ -152,9 +152,6 @@
/* start pptpd */
vpn_pptpd_configure();
/* start IPsec tunnels */
vpn_ipsec_configure();
/* start the captive portal */
captiveportal_configure();
@ -167,6 +164,9 @@
/* start ftp proxy helpers if they are enabled */
system_start_ftp_helpers();
/* start IPsec tunnels */
vpn_ipsec_configure();
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;