summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-17 22:57:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-17 22:57:56 +0000
commit7b3d5000f9bebfbfe16f3ed303461b196f47abfb (patch)
tree07dc74838eb59728f32cb8a7babca46c62898324 /etc/rc.bootup
parent46c228d096e67c09a45ad360425dcc8ee3a198dc (diff)
downloadpfsense-7b3d5000f9bebfbfe16f3ed303461b196f47abfb.zip
pfsense-7b3d5000f9bebfbfe16f3ed303461b196f47abfb.tar.gz
* Restore original carp behavior (running from /usr/local/etc/rc.d)
* Run VPN setup later in the bootup process
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 4542318..bcb9c44 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -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;
OpenPOWER on IntegriCloud