From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 21:28:25 2004 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 E126016A4CE for ; Tue, 10 Aug 2004 21:28:25 +0000 (GMT) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A7643D4C for ; Tue, 10 Aug 2004 21:28:25 +0000 (GMT) (envelope-from james@tunasafedolphin.org) Received: from mafiarzfosj4ih ([68.209.252.201]) by imf16aec.mail.bellsouth.netSMTP <20040810212824.BFA1721.imf16aec.mail.bellsouth.net@mafiarzfosj4ih>; Tue, 10 Aug 2004 17:28:24 -0400 Message-ID: <003501c47f21$408ae7f0$6500a8c0@mafiarzfosj4ih> From: "James Skinner" To: "Duane Winner" , References: <41193987.3060803@att.net> Date: Tue, 10 Aug 2004 17:30:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: order of starting services at boot? 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: Tue, 10 Aug 2004 21:28:26 -0000 Just number them like so: [james@bsdie]$ ls -l /usr/local/etc/rc.d/ total 32 -r-xr-xr-x 1 root wheel 248 Oct 6 2003 010.pkgtools.sh -rwxr-x--x 1 root wheel 391 Jan 28 2004 020.xinetd.sh -r-xr-xr-x 1 root wheel 1720 May 31 10:17 030.svscan.sh -r-xr-xr-x 1 root wheel 646 Jul 3 12:03 040.apache.sh -rwxr-x--- 1 root wheel 549 Apr 17 11:23 050.mysql-server.sh -rwxr-x--- 1 root wheel 181 Apr 17 11:55 055.mysql-client.sh -r-xr-xr-x 1 root wheel 756 Jun 29 14:26 060.snmpd.sh lrwxr-xr-x 1 root wheel 44 May 31 14:46 075.courier-imap-imapd-ssl.sh -> /usr/local/libexec/courier-imap/imapd-ssl.rc lrwxr-xr-x 1 root wheel 40 May 31 14:59 080.courier-imap-imapd.sh -> /usr/local/libexec/courier-imap/imapd.rc -r-xr-xr-x 1 root wheel 1853 May 28 12:29 100.squid.sh -- James S. ----- Original Message ----- From: "Duane Winner" To: Sent: Tuesday, August 10, 2004 5:09 PM Subject: order of starting services at boot? > Hello, > > Can anybody explain to me how FreeBSD 5.2.1 controls the start order of > the scripts in /etc/rc.d ? > > I've looked all over and am having trouble gleening what controls this. > > For instance, if I would like to start ipfw before dhclient (right now > dhclient starts, then ipfw starts), how would I accomplish this? > > Thanks, > Duane > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >