From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 21:10:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A5F106564A for ; Mon, 30 Jun 2008 21:10:14 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 57ACA8FC0C for ; Mon, 30 Jun 2008 21:10:12 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.14.2/8.14.2) with ESMTP id m5UL9j88063268; Mon, 30 Jun 2008 16:09:45 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080630160843.024fbd00@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 30 Jun 2008 16:09:28 -0500 To: "fred" , From: Derek Ragona In-Reply-To: <011801c8daf1$281caac0$78560040$@com> References: <011801c8daf1$281caac0$78560040$@com> Mime-Version: 1.0 X-Antivirus: avast! (VPS 080630-1, 06/30/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m5UL9j88063268 X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: priority or order for /usr/local/etc/rc.d scripts? 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: Mon, 30 Jun 2008 21:10:14 -0000 At 03:37 PM 6/30/2008, fred wrote: >Hi guys, > > > >Basically, I have 2 scripts in the folder "/usr/local/etc/rc.d/" > > > >Resin.sh and apache.sh > > > >I need resin to be started when apache is starting, how can I do that? I >can't find any documentation on priority or order for startup scripts. > > > >I have tried adding a line at the end of resin.sh to start apache.sh but it >doesn't work. > > > ># uname -a > >FreeBSD www.mydomain.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 >19:59:52 UTC 2008 >root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > >Thanks for your help! > > > >-fred They are mostly done in alphabetic order, so if you need one BEFORE apache, rename it aa_something. -Derek >_______________________________________________ >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" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.