diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-01-20 14:21:11 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-01-20 14:21:11 -0500 |
commit | c2136f8c75c5384fdb1a024ec344ab6bdd18f199 (patch) | |
tree | f7f299433d1e11833987d5b44988a16f2869e0bd /etc/inc/globals.inc | |
parent | 517ccd9f9db83b529a1ea74d7e88b1e1ceba9b71 (diff) | |
download | pfsense-c2136f8c75c5384fdb1a024ec344ab6bdd18f199.zip pfsense-c2136f8c75c5384fdb1a024ec344ab6bdd18f199.tar.gz |
Reformat using tabs. No functional changes.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 63908d5..3e40f46 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -40,40 +40,40 @@ $g = array( "product_website" => "www.pfsense.com", "product_email" => "coreteam@pfsense.com", "upload_path" => "/root", - "dhcpd_chroot_path" => "/var/dhcpd", - "varrun_path" => "/var/run", - "varetc_path" => "/var/etc", - "vardb_path" => "/var/db", - "varlog_path" => "/var/log", - "etc_path" => "/etc", - "tmp_path" => "/tmp", - "conf_path" => "/conf", - "ftmp_path" => "/ftmp", - "conf_default_path" => "/conf.default", - "cf_path" => "/cf", - "cf_conf_path" => "/cf/conf", - "www_path" => "/usr/local/www", - "xml_rootobj" => "pfsense", - "pppoe_interface" => "ng0", - "n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */ - "pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */ - "n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */ - "pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */ - "debug" => false, - "latest_config" => "3.0", - "nopkg_platforms" => array("cdrom"), - "nopccard_platforms" => array("wrap", "net48xx"), - "xmlrpcbaseurl" => "www.pfsense.com", - "captiveportal_path" => "/usr/local/captiveportal", - "captiveportal_element_path" => "/var/db/cpelements", - "captiveportal_element_sizelimit" => 262144, - "xmlrpcpath" => "/pfSense/xmlrpc.php", - "embeddedbootupslice" => "/dev/ad0a", + "dhcpd_chroot_path" => "/var/dhcpd", + "varrun_path" => "/var/run", + "varetc_path" => "/var/etc", + "vardb_path" => "/var/db", + "varlog_path" => "/var/log", + "etc_path" => "/etc", + "tmp_path" => "/tmp", + "conf_path" => "/conf", + "ftmp_path" => "/ftmp", + "conf_default_path" => "/conf.default", + "cf_path" => "/cf", + "cf_conf_path" => "/cf/conf", + "www_path" => "/usr/local/www", + "xml_rootobj" => "pfsense", + "pppoe_interface" => "ng0", + "n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */ + "pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */ + "n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */ + "pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */ + "debug" => false, + "latest_config" => "3.0", + "nopkg_platforms" => array("cdrom"), + "nopccard_platforms" => array("wrap", "net48xx"), + "xmlrpcbaseurl" => "www.pfsense.com", + "captiveportal_path" => "/usr/local/captiveportal", + "captiveportal_element_path" => "/var/db/cpelements", + "captiveportal_element_sizelimit" => 262144, + "xmlrpcpath" => "/pfSense/xmlrpc.php", + "embeddedbootupslice" => "/dev/ad0a", "update_url" => "http://updates.pfSense.com/_updaters", "update_manifest" => "http://updates.pfSense.com/manifest", - "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/", - "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"), - "vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl") + "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/", + "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"), + "vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl") ); /* IP TOS flags */ |