Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18378 - handling of ._cfg files in /etc
Summary: handling of ._cfg files in /etc
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 11:47 UTC by Jens Finkhäuser
Modified: 2011-10-30 22:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Finkhäuser 2003-03-28 11:47:07 UTC
hi!

i'm a bit annoyed about having to manually merge the ._cfg files into my
'proper' config files every time something major happens in the rsync tree. are
there any features planned to make that a bit easier?

as i see it, there are a number of changes to config files that do not need
special attention (such as changed comments, or my favourite, changed cvs tags).
these changes could be put into a ._comments file instead of ._cfg or some such
to make the importance (or lack thereof) of the change obvious to a find -type f
-name ._NNN\*

i'm happy to write some code that handles these files more intelligently, as
it's a pet peeve of mine (the only thing i find less than perfect about gentoo,
really). since i don't want to reinvent the wheel or break portage, i would be
happy about a few pointers as to which files i should look into for adding the
changes and/or who has been working on something like that. if you've already
planned a feature like that, i'm perfectly happy to sit still and wait what
happens :)

have fun,
jens

Reproducible: Sometimes
Steps to Reproduce:
1. emerge rsync
2. emerge -u world
Comment 1 Jens Finkhäuser 2003-03-28 15:09:02 UTC
ahum. i just found something in etc-update.conf while merging the new and old one manually, i.e. that 'trivial' changes should be automerged. looks like that's what i wanted. if i'm right, forget this, i'm already setting it to 'WONTFIX'. sorry about that! on the other hand, that's exactly the sort of problem i'm talking about, takes ages to realize which of the changes were necessary and which weren't. great to see you've taken care of my pet peeve :)