summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-23 15:17:03 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-23 15:17:03 -0400
commit62d93213763fb9bf90fa3671eab13da4e464088c (patch)
tree558e00f929ea8d7a125fee1699483bc7d9c74706 /etc/rc.bootup
parent0f84b741d9bb92f395a5ca4ae2e9d7decdfbf403 (diff)
downloadpfsense-62d93213763fb9bf90fa3671eab13da4e464088c.zip
pfsense-62d93213763fb9bf90fa3671eab13da4e464088c.tar.gz
Include functions.inc which will then include ipsec.inc
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index cd5f28e..6cec616 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -105,8 +105,10 @@ if($g['platform'] == "cdrom") {
require_once("/etc/inc/config.inc");
echo ".";
require_once("/etc/inc/functions.inc");
+echo ".";
require_once("openvpn.inc");
-require_once("ipsec.inc");
+echo ".";
+
/* get system memory amount */
$memory = get_memory();
$avail = $memory[0];
OpenPOWER on IntegriCloud