summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c28c27c..362c735 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -100,6 +100,7 @@ if($g['platform'] == "cdrom") {
require_once("/etc/inc/config.inc");
echo ".";
require_once("/etc/inc/functions.inc");
+require_once("openvpn.inc");
/* get system memory amount */
$memory = get_memory();
$avail = $memory[0];
@@ -349,4 +350,4 @@ mwexec_bg("/usr/sbin/update_dns_cache.sh");
unlink("{$g['varrun_path']}/booting");
unset($g['booting']);
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud