From 73d0efb9f3733ccba606baad6994ca8c507aabe6 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 18 Feb 2008 06:16:22 +0000 Subject: [PATCH] Changing minimum number of interfaces to 1 while we're working on the single interface code. cvssync overwriting my change is driving me nuts. :) We can discuss at a later date, closer to a release version, whether we want this to be 1 or 2. Single interface support Appliance Project --- etc/inc/globals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index f936fa1d8e..3ee24520f5 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -63,8 +63,8 @@ $g = array( "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "115", "minimum_ram_warning_text" => "128 megabytes", - "minimum_nic_count" => "2", - "minimum_nic_count_text" => "*AT LEAST* 2", + "minimum_nic_count" => "1", + "minimum_nic_count_text" => "*AT LEAST* 1", "wan_interface_name" => "wan", "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "www.pfsense.com",