FreeBSD Bugzilla – Attachment 12515 Details for
Bug 24136
sysinstall's install.cfg tryRTSOL and tryDHCP don't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
gordont
on 2001-01-07 23:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gordont
Created:
2001-01-07 23:40:02 UTC
Size:
1.61 KB
patch
obsolete
>diff -uNr sysinstall.orig/install.c sysinstall/install.c >--- sysinstall.orig/install.c Sun Jan 7 14:48:22 2001 >+++ sysinstall/install.c Sun Jan 7 14:48:52 2001 >@@ -1060,8 +1060,8 @@ > variable_set2(VAR_TAPE_BLOCKSIZE, DEFAULT_TAPE_BLOCKSIZE, 0); > variable_set2(VAR_INSTALL_ROOT, "/", 0); > variable_set2(VAR_INSTALL_CFG, "install.cfg", 0); >- variable_set2(VAR_TRY_DHCP, "NO", 0); /* For now */ >- variable_set2(VAR_TRY_RTSOL, "NO", 0); /* For now */ >+ variable_set2(VAR_TRY_DHCP, "UNSET", 0); /* For now */ >+ variable_set2(VAR_TRY_RTSOL, "UNSET", 0); /* For now */ > cp = getenv("EDITOR"); > if (!cp) > cp = "/usr/bin/ee"; >diff -uNr sysinstall.orig/tcpip.c sysinstall/tcpip.c >--- sysinstall.orig/tcpip.c Sun Jan 7 14:48:22 2001 >+++ sysinstall/tcpip.c Sun Jan 7 14:50:02 2001 >@@ -268,7 +268,7 @@ > > /* Try a RTSOL scan if such behavior is desired */ > if (!variable_cmp(VAR_TRY_RTSOL, "YES") || >- ((!variable_cmp(VAR_TRY_RTSOL, "NO")) && (!msgNoYes("Do you want to try IPv6 configuration of the interface?")))) { >+ ((!variable_cmp(VAR_TRY_RTSOL, "UNSET")) && (!msgNoYes("Do you want to try IPv6 configuration of the interface?")))) { > int i; > int len; > >@@ -294,7 +294,7 @@ > > /* 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, "UNSET")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) { > Mkdir("/var/db"); > Mkdir("/var/run"); > Mkdir("/tmp");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24136
: 12515