FreeBSD Bugzilla – Attachment 16500 Details for
Bug 30229
sysinstall ignores the network device name given on command line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 484 bytes, created by
Mikhail Teterin
on 2001-08-31 03:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2001-08-31 03:20:00 UTC
Size:
484 bytes
patch
obsolete
>Index: tcpip.c >=================================================================== >RCS file: /net/raidbox/raid/ncvs/src/usr.sbin/sysinstall/tcpip.c,v >retrieving revision 1.116 >diff -U2 -r1.116 tcpip.c >--- tcpip.c 2001/07/12 00:01:45 1.116 >+++ tcpip.c 2001/08/31 01:10:38 >@@ -601,5 +601,5 @@ > int cnt; > >- devs = deviceFind(NULL, DEVICE_TYPE_NETWORK); >+ devs = deviceFind(variable_get(VAR_NETWORK_DEVICE), DEVICE_TYPE_NETWORK); > cnt = deviceCount(devs); > rval = NULL;
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 30229
: 16500