From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 20:40:09 2006 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 D640916A403 for ; Sun, 10 Sep 2006 20:40:09 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 4400643D45 for ; Sun, 10 Sep 2006 20:40:09 +0000 (GMT) (envelope-from ajm91qw@sbcglobal.net) Received: (qmail 86972 invoked from network); 10 Sep 2006 20:40:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Date:From:To:Subject:Message-ID:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=Of5fOXKkopSI7TMkuIHHl/DOh7n1vDNKSPChhoTsxiMhh6iWlmPSwBYNWgILuzLoX4CJ36wN399o5h8SkF9TksX2h5hexM/nKqvZQS2lS9xTKzG0xM/lgMTbV6/en7wizyH0dR4c6NU/bgVKOTnTyfng2fZDtEvgXLGIyBsQ5Ts= ; Received: from unknown (HELO localhost) (ajm91qw@sbcglobal.net@70.238.68.187 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 10 Sep 2006 20:40:08 -0000 Date: Sun, 10 Sep 2006 15:41:49 -0500 From: ajm To: freebsd-questions@freebsd.org Message-ID: <20060910204149.GB4512@powerfull.bsd> References: <20060910181136.57823.qmail@web34410.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060910181136.57823.qmail@web34410.mail.mud.yahoo.com> User-Agent: Mutt/1.5.11 Subject: Re: Making startup order static 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, 10 Sep 2006 20:40:10 -0000 On Sun, Sep 10, 2006 at 11:11:36AM -0700, White Hat wrote: > FreeBSD 6.1 > > I need to keep several programs starting in a > particular order. > > clamav-clamd > clamav-freshclam > clamsmtpd > saslauthd > dovecot > postfix > fetchmail > > By default, they do not start in that order. I have > modified the rc.d files to force them to start in the > order specified above. > > The problem is that every time I update these programs > the rc.d startup file is modified which destroys the > changes I have made. This then requires me to recreate > the modifications to force the start up order I > require. > > Is there anyway I can achieve this goal in a > simplified manner? I thought perhaps there might be > something I could add to the /etc/rc.conf file; > however, I have not discovered it. > > -- > > White Hat > pigskin_referee@yahoo.com > It is my understanding the files get called in alphabetical order. Look in your /usr/local/etc/rc.d directory. I had a small problem with squid and dansguardian not being call in order. Renaming one of them solved my problem. I hope this help... -- FreeBSD 6.0-RELEASE i386 GENERIC