Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 15:22:22 -0600
From:      "Scot Hetzel" <swhetzel@gmail.com>
To:        Rob <rob@roblytle.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: /usr/local/etc/rc.d scripts not starting after update to -stable, also /etc/rc.d syntax error
Message-ID:  <790a9fff0603081322s68c1dfabs8a6a7b6e1348ac57@mail.gmail.com>
In-Reply-To: <20060308123723.4e74969e.rob@roblytle.org>
References:  <20060308123723.4e74969e.rob@roblytle.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/8/06, Rob <rob@roblytle.org> wrote:
> Hi,
>
> Yesterday I updated to -stable.  I think that I did a decent job merging =
the /etc files and configuring
> rc.conf but I am getting some errors.
>

> /etc/rc.d/Makefile: 44: Syntax error: "(" unexpected.
>
> Perhaps that error is what is causing the local startup scripts not to ex=
ecute.
>
It looks like you did:

cp /usr/src/etc/rc.d/* /etc/rc.d/

This copied some extra files into your /etc/rc.d/ directory that are
not needed.  Just remove /etc/rc.d/Makefile, and that should fix the
Syntax error.  Then run mergemaster.  When mergemaster gets to
checking the files in the /etc/rc.d/ directory, it may show that
somefiles in that directory are not needed.  Either let mergemaster
delete all of these unneeded files, or make a note of them and
manually remove the ones you don't need.

NOTE: if you have custom scripts in /etc/rc.d, you may want to manully
remove the unneeded files.

Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.



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