public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] RFC: extension of etc-update
@ 2004-08-10 10:43 Joerg Hoh
  2004-08-10 10:48 ` Guy Martin
  2004-08-10 10:56 ` Mike Williams
  0 siblings, 2 replies; 12+ messages in thread
From: Joerg Hoh @ 2004-08-10 10:43 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 2032 bytes --]


Hi

I'm unhappy with the etc-update script. In my eyes it lacks at least one
necessary feature:

Detection of unmodified config-files

When I recently updated my sytem, it gave me more than 200 files to look
at. That is impossible, since in most cases I never heard of such a file
(and therefor I don't undestand what that file means). So I did a quick
look over the list, found nothing relevant to me and and did "-5". Well,
after that I wonderd why my mails were rejected. Oh, I've overseen
/etc/ssmtp.conf! Bad thing, with the default config it doesn't work.

My proposal is that we keep a list of configfiles and their md5 hashes.
etc-update maintains this list. We now have several cases:

* etc-update detects that we emerged a package which wasn't present and we
  have new config files. So etc-update does the md5-hashing and puts the
  hash into the hash-file.
* etc-update want's to install a new config-file and an 
  config-file is already present. Then it hashes the present config-file
  and compares the hash to the hash already present in the hash-file.
  - If the hashes differs, it asks the user what to do (as it now happens
    with every config-file). If the user wants to replace the old,
    user-modified config-file with the new one, the hash for the new
    config-file is written to the hash-file.
  - If the hashes are identical, it replaces the old config-file with the
    new one and updates the hash-file.

I've looked at the etc-update script, but since I'm not good at
shell-scripting, I decided to rewrite it in python. Not all is done yet,
and I don't wanto to do unneeded work if someone wants to enhance the
shell-script.

You find my python version at http://www.devone.org/linux/gentoo.html

Another extension would be versioning of configuration files via cvs/rcs,
subversion or arch. But I had to do some more work on that ...

Joerg, mostly happy gentoo user


-- 
Fachbegriffe der Informatik (Nr 152): PORN
- Poster Ohne Richtigen Namen 


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-08-12  7:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-10 10:43 [gentoo-dev] RFC: extension of etc-update Joerg Hoh
2004-08-10 10:48 ` Guy Martin
2004-08-10 10:56 ` Mike Williams
2004-08-10 11:23   ` Joerg Hoh
2004-08-10 11:46     ` Paul de Vrieze
     [not found]     ` <d25519e90408100452548d6501@mail.gmail.com>
2004-08-10 12:04       ` Joerg Hoh
2004-08-10 12:11         ` Radoslaw Stachowiak
2004-08-11 20:55           ` [gentoo-dev] small dispatch-conf patch, WAS: " Radoslaw Stachowiak
2004-08-11 21:03             ` Paul de Vrieze
     [not found]               ` <d25519e9040811143258d8d8ef@mail.gmail.com>
     [not found]                 ` <200408112338.13758.pauldv@gentoo.org>
2004-08-12  7:35                   ` Radoslaw Stachowiak
2004-08-11  2:51         ` [gentoo-dev] RFC: " Donnie Berkholz
2004-08-11 10:35   ` [gentoo-dev] " Duncan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox