From owner-freebsd-questions Sat Nov 25 12:46:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id A092437B4D7; Sat, 25 Nov 2000 12:46:33 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 25 Nov 2000 12:45:01 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eAPKkVj95454; Sat, 25 Nov 2000 12:46:31 -0800 (PST) (envelope-from cjc) Date: Sat, 25 Nov 2000 12:46:30 -0800 From: "Crist J . Clark" To: Otter Cc: FreeBSD Questions , mobile@FreeBSD.ORG Subject: Re: modifying the /etc/rc script Message-ID: <20001125124630.W12190@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from otterr@telocity.com on Sat, Nov 25, 2000 at 02:01:33PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Nov 25, 2000 at 02:01:33PM -0500, Otter wrote: > 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 -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message