From: casemaster Date: Tue, 22 May 2007 21:07:50 +0000 (+0000) Subject: Ă„nderung am Installer/Setup. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=71afa7d0ba3276c8c97ca47dbd5410dd3f8427af Ă„nderung am Installer/Setup. "Green only" darf jetzt auch DNS und Gateway setzen. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@577 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/src/install+setup/setup/networking.c b/src/install+setup/setup/networking.c index c7ff66908..5f41aeaf9 100644 --- a/src/install+setup/setup/networking.c +++ b/src/install+setup/setup/networking.c @@ -764,7 +764,7 @@ int dnsgatewaymenu(void) return 0; } - strcpy(temp, "0"); findkey(kv, "CONFIG_TYPE", temp); +/* strcpy(temp, "0"); findkey(kv, "CONFIG_TYPE", temp); configtype = atol(temp); if (RED_IS_NOT_ETH) @@ -773,7 +773,7 @@ int dnsgatewaymenu(void) errorbox(ctr[TR_DNS_GATEWAY_WITH_GREEN]); return 0; } - +*/ entries[DNS1].text = ctr[TR_PRIMARY_DNS]; strcpy(temp, ""); findkey(kv, "DNS1", temp); values[DNS1] = strdup(temp);