Re: Loggers confused after multiple merges/unmerges?

Aron Griffis <[email protected]> Tue, 7 Jun 2005 15:49:43 -0400
Newsgroups gmane.linux.gentoo.alpha
Message-ID <[email protected]>
Jean-Sébastien Guay wrote:[Mon Jun 06 2005, 10:42:45PM EDT]
> Thanks, that fixed it! So simple!

Problem is that /etc/init.d is part of CONFIG_PROTECT, so portage
doesn't dare to remove the file during uninstall.

Generally I put /etc/init.d in CONFIG_PROTECT_MASK so the init-scripts
are automatically removed.  In fact, here is what I use on my
workstation:

CONFIG_PROTECT_MASK="
    /etc/gconf
    /etc/init.d
    /etc/openldap
    /etc/postfix/sample
    /etc/sound
    /etc/X11/app-defaults
    /etc/X11/rstart
    /etc/X11/serverconfig
    /etc/X11/Sessions
    /etc/X11/starthere
    /etc/X11/sysconfig
    /etc/X11/xdm
    /etc/X11/xinit
    /etc/X11/xkb
    "

Hth,
Aron

--
Aron Griffis
Gentoo Linux Developer
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCpfpXJrHF4yAQTrARAif6AKCK+vx6IyqrkKk9XU8xdeopGuYy+wCfZ87K
UEh9GAyLXZ1/W7eUytFVS1k=
=7iDD
-----END PGP SIGNATURE-----