Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2003 10:49:59 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        current@freebsd.org
Subject:   Re: [Me too]: rc scripts run double on boot? 
Message-ID:  <20031125104915.C90795@root.org>
In-Reply-To: <200311251945.45554.Christoph Sold <newsreply[*]cheasy.dot.de>>
References:  <20031125093339.R90449@root.org> <200311251945.45554.Christoph Sold <newsreply[*]cheasy.dot.de>>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



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