PR: 26187

Submitted by:   Glenn Trewitt <glenn@trewitt.org>
This commit is contained in:
Jordan K. Hubbard 2001-08-31 19:56:59 +00:00
parent 4db40fd143
commit a46ce3a04b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82674

View File

@ -378,7 +378,7 @@ tcpOpenDialog(Device *devp)
/* First try a DHCP scan if such behavior is desired */
if (!variable_cmp(VAR_TRY_DHCP, "YES") ||
((!variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) {
((variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) {
Mkdir("/var/db");
Mkdir("/var/run");
Mkdir("/tmp");