I am using Vidalinux. I did "emerge system --update".
Everything went well, until the end. It said there were six files that needed to be updated in /etc.
So, i did "find /etc -iname '._cfg????_*'"
And I received these six files
/etc/pam.d/._cfg0000_su
/etc/conf.d/._cfg0000_net
/etc/security/._cfg0000_pam_env.conf
/etc/._cfg0000_make.conf.example
/etc/._cfg0000_fstab
/etc/modules.autoload.d/._cfg0000_kernel-2.6
My question is how do I update these files?
Is it as simple as "cp /etc/ pam.d/._cfg0000_su /etc/pam.d"?
