From 891b3fa27b7484078382491496c6ede480b7d338 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 5 Feb 2011 23:48:16 -0500 Subject: need config.inc here, otherwise it fails to reload, config arrays are blank in vpn_ipsec*. Actual issue and fix for bug #1254 --- etc/rc.newipsecdns | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns index 23b2c02..c8fcabe 100755 --- a/etc/rc.newipsecdns +++ b/etc/rc.newipsecdns @@ -31,6 +31,7 @@ */ /* parse the configuration and include all functions used below */ + require_once("config.inc"); require_once("functions.inc"); require_once("filter.inc"); require_once("shaper.inc"); -- cgit v1.1