From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 01:42:08 2003 Return-Path: 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 3452E16A4B3 for ; Thu, 16 Oct 2003 01:42:07 -0700 (PDT) Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAFD43F85 for ; Thu, 16 Oct 2003 01:42:06 -0700 (PDT) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.35 #1 (Debian)) id 1AA3hs-0003Jb-00 for ; Thu, 16 Oct 2003 02:42:04 -0600 Date: Thu, 16 Oct 2003 02:42:03 -0600 (MDT) From: RJ45 To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: exe order in /usr/local/etc/rc.d X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 08:42:08 -0000 I have never understood in which order are execurted the scripts which are in /usr/local/etc/rc.d most port applications like mysqld, cyrus-imapd, spamd etc. put their startup scripts into /usr/local/etc/rc.d but they are not ordered by a number attached before the script name (like the Unix SysV style) anyone has some hint about this ? How can I Set the startup order into /usr/local/etc/rc.d thanks Rick