From owner-freebsd-bugs Sun May 21 22:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3122837BB1C for ; Sun, 21 May 2000 22:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA52434; Sun, 21 May 2000 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 May 2000 22:40:03 -0700 (PDT) Message-Id: <200005220540.WAA52434@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Barton Subject: Re: bin/18715: modifications to rc.network and rc.conf Reply-To: Doug Barton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/18715; it has been noted by GNATS. From: Doug Barton 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