summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.defaults
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-01-29 15:47:05 +0000
committerErmal Luçi <eri@pfsense.org>2010-01-29 15:47:05 +0000
commitdbef132ce98570ca9979010637a212ba47ab0d6a (patch)
tree24afc6a4d64279b780f218aeaa9b08bd71737df8 /etc/rc.initial.defaults
parent854aed1840ebb22beb7a4fedadfb1952919f58ff (diff)
downloadpfsense-dbef132ce98570ca9979010637a212ba47ab0d6a.zip
pfsense-dbef132ce98570ca9979010637a212ba47ab0d6a.tar.gz
Ticket #287. It seems to work for me after fixing the includes.
Diffstat (limited to 'etc/rc.initial.defaults')
-rwxr-xr-xetc/rc.initial.defaults8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/rc.initial.defaults b/etc/rc.initial.defaults
index 9067c6b..5e7442c 100755
--- a/etc/rc.initial.defaults
+++ b/etc/rc.initial.defaults
@@ -30,11 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*/
- /* don't parse the config so we can restore in case it's broken */
- $noparseconfig = 1;
-
/* parse the configuration and include all functions used below */
- require_once("config.inc");
+ require_once("util.inc");
+ require_once("config.lib.inc");
require_once("functions.inc");
$fp = fopen('php://stdin', 'r');
@@ -61,4 +59,4 @@ EOD;
}
fclose($fp);
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud