From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 22:21:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4B216A41F for ; Sun, 18 Sep 2005 22:21:04 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1FC43D45 for ; Sun, 18 Sep 2005 22:21:03 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.33.62] ([82.41.33.62]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 18 Sep 2005 23:21:52 +0100 Message-ID: <432DE84D.9020708@dial.pipex.com> Date: Sun, 18 Sep 2005 23:21:01 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050917 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: Gerard Seibert References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Sep 2005 22:21:52.0295 (UTC) FILETIME=[5E9AC370:01C5BC9F] Cc: freebsd-questions Subject: Re: Structuring Starting Order of Programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 22:21:05 -0000 Gerard Seibert wrote: > Using FreeBSD 5.4, or any other version I guess, is there any way to > set the start order of programs in the '/usr/local/etc/rc.d' directory? > The scripts are run in lexical order, so use the "standard" number prefix scheme 100. 200. (see for example /etc/periodic/daily). At some point in the future, the /usr/local/etc/rc.d scripts will support the same rcorder conifguration options as /etc/rc.d. See man rc and rcorder, and freebsd-rc archives for more info. --Alex