From owner-freebsd-questions Sat Mar 21 00:38:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12460 for freebsd-questions-outgoing; Sat, 21 Mar 1998 00:38:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from python.shoal.net.au (perrya@python.shoal.net.au [203.26.44.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12444 for ; Sat, 21 Mar 1998 00:38:29 -0800 (PST) (envelope-from perrya@python.shoal.net.au) Received: from localhost (perrya@localhost) by python.shoal.net.au (8.8.6/8.8.5) with SMTP id SAA29512; Sat, 21 Mar 1998 18:37:48 +1000 (EST) Date: Sat, 21 Mar 1998 18:37:48 +1000 (EST) From: Andrew To: Tim Gustafson cc: freebsd-questions@FreeBSD.ORG Subject: Re: Startup Files Not Starting Up In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you're using 2.2.2 or later have a look in rc.conf the line starting with local startup should look something like this to include your startup files in /usr/local/etc/rc.d (it is possible to accidently muck it up when setting up/installing FreeBSD, I did it the other day :-) ) local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" Andrew Perry On Wed, 18 Mar 1998, Tim Gustafson wrote: > Date: Wed, 18 Mar 1998 08:36:47 -0500 (EST) > From: Tim Gustafson > To: freebsd-questions@FreeBSD.ORG > Subject: Startup Files Not Starting Up > > I have a few files in my /usr/local/etc/rc.d directory, here's the ls -al: > > -rwxr-xr-x 1 root wheel 110 Feb 11 01:31 apache.sh > -rwxr-xr-x 1 root wheel 108 Feb 22 22:36 mysql.sh > -rwxr-xr-x 1 root wheel 42 Feb 10 22:49 pidentd.sh > -rwxr-xr-x 1 root wheel 84 Mar 3 20:42 snmpd.sh > -rwxr-xr-x 1 root wheel 81 Mar 12 14:44 sshd.sh > > Everything starts except for mysql. I don't get any error messages or > anything. Any ideas as to why this isn't working? > > tim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message