From d84bd468185d10c5fbc4b010efcd1db59e43c53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Wed, 8 Jul 2009 16:49:56 +0000 Subject: Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes. --- etc/rc.bootup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/rc.bootup') 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 +?> -- cgit v1.1