Bug 18715

Summary: Changes to /etc/defaults/rc.conf, /etc/rc.network
Product: Base System Reporter: David E. Cross <crossd>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description David E. Cross 2000-05-21 20:40:01 UTC
race condition in rc.network between starting amd and probing the shared
library path with ldconfig -m.  No clean place to start bootparamd.
Comment 1 DougB 2000-05-22 06:34:00 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!?
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-06-11 15:09:09 UTC
Responsible Changed
From-To: freebsd-bugs->dce

Originator is a committer nowadays.
Comment 3 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-06-11 15:12:57 UTC
Responsible Changed
From-To: dce->dec

Of course, appropriate spelling of the committers login might help.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2004-08-26 04:09:05 UTC
State Changed
From-To: open->feedback

Is this still a problem with modern versions of FreeBSD? 


Comment 5 Mark Linimon freebsd_committer freebsd_triage 2004-08-26 04:09:05 UTC
Responsible Changed
From-To: dec->freebsd-bugs

With bugmeister hat on, reassign from inactive committer.
Comment 6 Kris Kennaway freebsd_committer freebsd_triage 2005-07-30 02:11:36 UTC
State Changed
From-To: feedback->closed

Feedback timeout