Gentoo Archives: gentoo-user

From: leszek <leszek@××××××.be>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] etc-update
Date: Mon, 26 Jun 2006 20:30:13
Message-Id: 1151353208.9413.6.camel@ordi1
In Reply to: [gentoo-user] etc-update by Sean
1 Le lundi 26 juin 2006 à 08:36 -0400, Sean a écrit :
2 > What is the best way to handle the files that etc-update states needs to
3 > be updated?
4
5 I use dispatch-conf with color highlighting
6 the big advantage of dispatch-conf is that you can configure it to
7 replace config files that you didn't modify automatically.
8 When i run dispatch-conf after a little upgrade when portage told me to
9 do so, most of the time i don't have to do anything (it saves time).
10
11 here is my dispatch-conf.conf file :
12
13 # cat /etc/dispatch-conf.conf | grep -v "^#" | grep -v "^$"
14 archive-dir=/etc/config-archive
15 use-rcs=no
16 diff="colordiff -Nu %s %s | less --no-init --QUIT-AT-EOF"
17 merge="sdiff --suppress-common-lines --output=%s %s %s"
18 replace-cvs=yes
19 replace-wscomments=yes
20 replace-unmodified=yes
21
22 --
23 gentoo-user@g.o mailing list