From owner-freebsd-questions Fri Jul 20 13:24:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f84.law10.hotmail.com [64.4.15.84]) by hub.freebsd.org (Postfix) with ESMTP id DA88E37B403 for ; Fri, 20 Jul 2001 13:24:10 -0700 (PDT) (envelope-from ex279@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 20 Jul 2001 13:24:10 -0700 Received: from 205.228.172.82 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 20 Jul 2001 20:24:10 GMT X-Originating-IP: [205.228.172.82] From: "Todd Reed" To: obonilla@galileo.edu Cc: freebsd-questions@freebsd.org Subject: Re: Startup Scripts version 2 Date: Fri, 20 Jul 2001 15:24:10 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Jul 2001 20:24:10.0821 (UTC) FILETIME=[EF559750:01C11159] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I appoligize, that is an error on my part. It is in the /usr/local/etc/rc.d directory. >From: Oscar Bonilla >To: Todd Reed >CC: freebsd-questions@freebsd.org >Subject: Re: Startup Scripts version 2 >Date: Fri, 20 Jul 2001 14:21:31 -0600 > >I think you should have a directory called /usr/local/etc/rc.d and put >your startup.sh script in this directory. > >regards, > >-oscar > >On Fri, Jul 20, 2001 at 03:12:26PM -0500, Todd Reed wrote: > > I created a /usr/local/rc.d called startup.sh. When I restart my >machine, > > it doesn't seem to execute. Below is the code in the sh file. What am >I > > doing wrong? Do I have to edit the rc.conf? > > > > > > #!/bin/sh > > # > > > > /sbin/ldconfig -m /usr/local/lib/mysql > > > > if [ -x /mnt/vdrv/dbms/bin/safe_mysqld ] > > then > > /mnt/vdrv/dbms/bin/safe_mysqld > /dev/null & && echo -n ` mysql` > > fi > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at >http://explorer.msn.com/intl.asp > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > >-- >pgp public key: finger obonilla@galileo.edu >pgp fingerprint: 9735 2F52 D499 17E2 D03B 5960 241D 09EA 349F 923E _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message