summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-06-02 08:30:29 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-02 08:30:29 -0300
commit3ffa8318886303cc73944e7d55d47d9b61265433 (patch)
treed8ce447a954090a3c3adc72e90c6edda827351cd /etc/rc.bootup
parente8d50a4a0eab841da43148b47bf96f01c01ccd64 (diff)
downloadpfsense-3ffa8318886303cc73944e7d55d47d9b61265433.zip
pfsense-3ffa8318886303cc73944e7d55d47d9b61265433.tar.gz
First steps for 3g serviceproviders support
o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e50d14d..0492389 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -119,6 +119,8 @@ require_once("/etc/inc/captiveportal.inc");
echo ".";
require_once("/etc/inc/rrd.inc");
echo ".";
+require_once("/etc/inc/pfsense-utils.inc");
+echo ".";
/* get system memory amount */
$memory = get_memory();
OpenPOWER on IntegriCloud