Bug #259882 - Disable the ignore-previously-merged option by default since
[portage.git] / cnf / dispatch-conf.conf
1 #
2 # dispatch-conf.conf
3 #
4
5 # Directory to archive replaced configs
6 archive-dir=/etc/config-archive
7
8 # Use rcs for storing files in the archive directory?
9 # (yes or no)
10 use-rcs=no
11
12 # Diff for display
13 # %s old file
14 # %s new file
15 diff="diff -Nu '%s' '%s' | less --no-init --QUIT-AT-EOF"
16
17 # Diff for interactive merges.
18 # %s output file
19 # %s old file
20 # %s new file
21 merge="sdiff --suppress-common-lines --output='%s' '%s' '%s'"
22
23 # Automerge files comprising only CVS interpolations (e.g. Header or Id)
24 # (yes or no)
25 replace-cvs=yes
26
27 # Automerge files comprising only whitespace and/or comments
28 # (yes or no)
29 replace-wscomments=no
30
31 # Automerge files that the user hasn't modified
32 # (yes or no)
33 replace-unmodified=no
34
35 # Ignore a version that is identical to the previously merged version,
36 # even though it is different from the current user modified version
37 # Note that emerge already has a similar feature enabled by default,
38 # which can be disabled by the emerge --noconfmem option.
39 # (yes or no)
40 ignore-previously-merged=no
41
42 # Per-session log file of changes made to configuration files
43 #log-file=/var/log/dispatch-conf.log
44
45 # List of frozen files for which dispatch-conf will automatically zap updates
46 #frozen-files=""