Gary Artim wrote:
>  * IMPORTANT: 4 config files in '/etc' need updating.
>  * See the CONFIGURATION FILES section of the emerge
>  * man page to learn how to update config files.
> localhost gary # find /etc -iname '._cfg*'
> /etc/mutt/._cfg0000_Muttrc.dist
> /etc/mutt/._cfg0000_mime.types.dist
> /etc/._cfg0000_mime.types

By default 'find' does not follow symlinks, so above command will 
not find ._cfg* files in /usr that are symlinked from /etc.
Try with option -L:  find -L /etc -iname '._cfg*'

Benno
-- 
[EMAIL PROTECTED] mailing list

Reply via email to