Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2000 22:40:03 -0700 (PDT)
From:      Doug Barton <DougB@gorean.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/18715: modifications to rc.network and rc.conf
Message-ID:  <200005220540.WAA52434@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/18715; it has been noted by GNATS.

From: Doug Barton <DougB@gorean.org>
To: crossd@cs.rpi.edu
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: bin/18715: modifications to rc.network and rc.conf
Date: Sun, 21 May 2000 22:34:00 -0700

 "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!?
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005220540.WAA52434>