Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
config files in /etc need updating
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
tonyt
n00b
n00b


Joined: 18 Apr 2002
Posts: 4

PostPosted: Thu Apr 18, 2002 4:33 am    Post subject: config files in /etc need updating Reply with quote

I'll preface my comments by stating I'm a relative newcomer to the linux world.

Have successfully installed latest distro ... decided to update system, and after completion, got a message that there were 2 files in /etc that needed updating. However, when I follow instructions in emerge --help config to identify which files, i do the search and uncover nothing. All seems to be working OK, but I am concerned that I am missing something.

any help/comments/education appreciated

thanks,
Tony
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Apr 18, 2002 7:58 am    Post subject: Reply with quote

When give the command:

find / -iname '._cfg????_*'

The you will see (in your case) two files (proberlly ._cfg0000_make.conf)

These files should be installed in the same dir the cfg000 file resides you have a file called /etc/make.conf and ._cfg000_make.conf

the /etc/make.conf is the original and the ._cfg..... the new one

What i do (i am quit a newbie to) i copy /etc/make.conf to /root and rhen copy the ._cfg0000...... file to /etc/make.conf

then i open /root/make.conf and /etc/make.conf and make sure they are exactly the same (and look for some new features in the /etc/make.conf)

Do not forget to remove the._cfg0000_make.conf file or else emerge will tell you every time that there are 2 new conf files....

The other one could reside every where like /etc/apache/conf/apache.conf

the find command will tell you in which dir they are

Good Luck
Back to top
freefall
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2002
Posts: 89

PostPosted: Thu Apr 18, 2002 9:28 am    Post subject: Reply with quote

In gentoolkit (emerge gentoolkit) there's a tool called etc-update.

When you have done an update and get a message that there are files in /etc that needs to be updated, just run etc-update. It will then show you the diff. between the old and the new file and let you decide what to do with them.

It's a great tool.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum