Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2003 15:25:08 +0100
From:      Andreas Klemm <andreas@freebsd.org>
To:        freebsd-current@freebsd.org, eik@freebsd.org
Subject:   Re: 5.2-BETA and related ports issues
Message-ID:  <20031129142508.GA46034@titan.klemm.apsfilter.org>
In-Reply-To: <86fzg8scn5.fsf@borg.borderworlds.dk>
References:  <200311281553.hASFrURT003309@siralan.org> <86fzg8scn5.fsf@borg.borderworlds.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 28, 2003 at 05:04:14PM +0100, Christian Laursen wrote:
> 20030829:
>         The following rc.d scripts have been removed and should be
>         deleted from your installation: atm2.sh atm3.sh devdb
>         localdaemons network1 network2 network3. Depending on when
>         you last updated world and used mergemaster(8) you may or
>         may not have problems during the rc boot sequence. The simplest
>         solution is an 'rm -rf /etc/rc.d/*' and then 'mergemaster -i'.
>         The atm2.sh atm3.sh and devdb scripts were removed some time
>         ago, so depending on when you installed -CURRENT these scripts
>         may or may not exist on your system.

I can't recommend doing it this way, since some ports I know
are writing startup scripts to /etc/rc.d :-/

Cc'd to port maintainer to sanitize this

All openldapXX-server ports do this for example

root@titan[ttyp2]{219} /var/db/pkg grep /etc/rc.d */+CONTEN*
[...]
openldap-server-2.1.23/+CONTENTS:@unexec /etc/rc.d/slapd stop 2>&1 >/dev/null || true
openldap-server-2.1.23/+CONTENTS:@unexec /etc/rc.d/slurpd stop 2>&1 >/dev/null || true
openldap-server-2.1.23/+CONTENTS:@cwd /etc/rc.d


	Andreas ///

-- 
Andreas Klemm - Powered by FreeBSD 5.1-CURRENT
Need a magic printfilter today ? -> http://www.apsfilter.org/



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