From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J9kp6-0001fw-Q3 for garchives@archives.gentoo.org; Tue, 01 Jan 2008 17:22:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m01HLmDC019850; Tue, 1 Jan 2008 17:21:48 GMT Received: from mail.marples.name (rsm.demon.co.uk [80.177.111.50]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m01HJuqv017453 for ; Tue, 1 Jan 2008 17:19:56 GMT Received: from [10.73.1.30] (uberpc.marples.name [10.73.1.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.marples.name (Postfix) with ESMTP id 2D5F21900DE for ; Tue, 1 Jan 2008 17:19:56 +0000 (GMT) Subject: Re: [gentoo-dev] RFC: brltty not starting early enough From: Roy Marples To: gentoo-dev@lists.gentoo.org In-Reply-To: <20080101171104.GA6095@linux1> References: <20071231205023.GA29744@linux1> <1199190444.2786.2.camel@uberpc.marples.name> <20080101171104.GA6095@linux1> Content-Type: text/plain Date: Tue, 01 Jan 2008 17:19:39 +0000 Message-Id: <1199207979.11756.8.camel@uberpc.marples.name> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1c95a8b6-e845-4a77-91ba-d0452f987f83 X-Archives-Hash: 3791bbf502d549bbf42ad5c48e5ad0ec On Tue, 2008-01-01 at 11:11 -0600, William Hubbs wrote: > On Tue, Jan 01, 2008 at 12:27:24PM +0000, Roy Marples wrote: > > Just make a standard init script for it with this dependency block > > > > depend() { > > before checkfs > > } > > Would it be safe to change this to before checkroot'? Some scripts do run before checkroot, such as clock. clock should be the first script started, so if you want it to go really early then depend() { before * after clock } would also work. Note that you have to put the dependencies in that order, and it only works with baselayout-2. If you wanted it to start before clock you'll need to do this depend() { before * } AND add this to /etc/conf.d/clock RC_AFTER=brltty Again, baselayout-2 only. Thanks Roy -- gentoo-dev@gentoo.org mailing list