|
Lines 129-136
Link Here
|
| 129 |
} |
129 |
} |
| 130 |
|
130 |
|
| 131 |
/* If necessary, initialize the ldconfig hints */ |
131 |
/* If necessary, initialize the ldconfig hints */ |
| 132 |
if (!file_readable("/var/run/ld.so.hints")) |
132 |
if (!file_readable("/var/run/ld.so.hints")) { |
| 133 |
vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib"); |
133 |
vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib"); |
|
|
134 |
vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout"); |
| 135 |
} |
| 134 |
|
136 |
|
| 135 |
/* Be initially optimistic */ |
137 |
/* Be initially optimistic */ |
| 136 |
ret = DITEM_SUCCESS; |
138 |
ret = DITEM_SUCCESS; |