Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2001 15:24:10 -0500
From:      "Todd Reed" <ex279@hotmail.com>
To:        obonilla@galileo.edu
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Startup Scripts version 2
Message-ID:  <F84kSmLAztxc1o8yfog00001fea@hotmail.com>

next in thread | raw e-mail | index | archive | help
I appoligize, that is an error on my part.  It is in the /usr/local/etc/rc.d 
directory.


>From: Oscar Bonilla <obonilla@galileo.edu>
>To: Todd Reed <ex279@hotmail.com>
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F84kSmLAztxc1o8yfog00001fea>