[Me too]: rc scripts run double on boot?

Nate Lawson nate at root.org
Tue Nov 25 10:49:59 PST 2003


On Tue, 25 Nov 2003, it was written:
> On Tuesday 25 November 2003 18:35, Nate Lawson wrote:
> > With a recent -current, I've noticed double prints for the last few
> > rc scripts, like this:
> >
> > Starting cron.
> > Local package initialization:.
> > Local package initialization:.
> > Additional TCP options:.
> > Additional TCP options:.
> >
> > Anyone else seeing this?
>
> Yes, since the last buldworld, which was quite a while ago:
> # uname -a
> FreeBSD kiste.local 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Wed Oct 29
> 20:49:45 CET 2003     so at kiste.local:/usr/obj/usr/src/sys/GENERIC  i386

The suggested fix works for me:
  rm -rf /etc/rc.d/*
  mergemaster

Of course, make sure you don't have local changes in /etc/rc.d first.

-Nate


More information about the freebsd-current mailing list