FreeBSD Bugzilla – Attachment 8423 Details for
Bug 17659
sysinstall fails to load a.out libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 714 bytes, created by
Murray Stokely
on 2000-03-29 11:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Murray Stokely
Created:
2000-03-29 11:30:01 UTC
Size:
714 bytes
patch
obsolete
>Index: package.c >=================================================================== >RCS file: /host/ares/usr/home/ncvs/src/release/sysinstall/package.c,v >retrieving revision 1.91 >diff -u -r1.91 package.c >--- package.c 2000/03/18 08:46:23 1.91 >+++ package.c 2000/03/29 18:11:38 >@@ -129,8 +129,10 @@ > } > > /* If necessary, initialize the ldconfig hints */ >- if (!file_readable("/var/run/ld.so.hints")) >+ if (!file_readable("/var/run/ld.so.hints")) { > vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib"); >+ vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout"); >+ } > > /* Be initially optimistic */ > ret = DITEM_SUCCESS;
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 17659
: 8423