From owner-freebsd-questions Mon Nov 27 10:42:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 01FFA37B479; Mon, 27 Nov 2000 10:42:40 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA06412; Mon, 27 Nov 2000 11:41:37 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA26390; Mon, 27 Nov 2000 11:41:32 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14882.43740.595464.903457@nomad.yogotech.com> Date: Mon, 27 Nov 2000 11:41:32 -0700 (MST) To: cjclark@alum.mit.edu Cc: Otter , FreeBSD Questions , mobile@FreeBSD.ORG Subject: Re: modifying the /etc/rc script In-Reply-To: <20001125124630.W12190@149.211.6.64.reflexcom.com> References: <20001125124630.W12190@149.211.6.64.reflexcom.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Due to some problems with intermittent pccard identification delays, I > > need to add a pause in the rc script. 5 seconds should be sufficient, > > just not sure how to add it. I found WHERE, just not WHAT. It needs to > > go after it calls rc.pccard, and before it runs rc.network. Thanks in > > advance. > > Personally, I think it would make more sense to put the delay in > rc.pccard, > > --- /etc/rc.pccard Sun Aug 6 22:55:48 2000 > +++ rc.pccard Sat Nov 25 12:44:33 2000 > @@ -23,5 +23,8 @@ > > echo -n "Enable PC-card." > pccardd ${pccardd_flags} 2>&1 > /var/log/pccardd.debug > + > + # Pause for PCCard to initialize > + sleep 5 > ;; > esac It's probably un-necessary if you pccardd_flags includes the '-z' flag. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message