| Summary: | Changes to /etc/defaults/rc.conf, /etc/rc.network | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | David E. Cross <crossd> | ||||
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.4-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
David E. Cross
2000-05-21 20:40:01 UTC
"David E. Cross" wrote: > >Description: > race condition in rc.network between starting amd and probing the shared > library path with ldconfig -m. No clean place to start bootparamd. > case ${amd_enable} in > [Yy][Ee][Ss]) > echo -n ' amd' > + if [ x"${amd_nicelevel}" != "xNO" ]; then > + AMD_NICE="nice -${amd_nicelevel}" > + fi > case ${amd_map_program} in > [Nn][Oo] | '') > ;; I can't comment on the usefulness of your addition, but having painstakingly removed the code in the style you submitted I would really hate for any more to be added back. :) The example right below this patch for amd_map_program should be your guide. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? Responsible Changed From-To: freebsd-bugs->dce Originator is a committer nowadays. Responsible Changed From-To: dce->dec Of course, appropriate spelling of the committers login might help. State Changed From-To: open->feedback Is this still a problem with modern versions of FreeBSD? Responsible Changed From-To: dec->freebsd-bugs With bugmeister hat on, reassign from inactive committer. State Changed From-To: feedback->closed Feedback timeout |