Make use of optparse to fix argument parsing for Python 2.6 in bin/chpathtool.py.
[portage.git] / cnf / dispatch-conf.conf
1 #
2 # dispatch-conf.conf
3 #
4
5 # Directory to archive replaced configs
6 archive-dir=${EPREFIX}/etc/config-archive
7
8 # Use rcs for storing files in the archive directory?
9 # NOTE: You should install dev-vcs/rcs before enabling this option.
10 # WARNING: When configured to use rcs, read and execute permissions of
11 # archived files may be inherited from the first check in of a working
12 # file, as documented in the ci(1) man page. This means that even if
13 # the permissions of the working file have since changed, the older
14 # permissions of the first check in may be inherited. As mentioned in
15 # the ci(1) man page, users can control access to RCS files by setting
16 # the permissions of the directory containing the files (see
17 # archive-dir above).
18 # (yes or no)
19 use-rcs=no
20
21 # Diff for display
22 # %s old file
23 # %s new file
24 # If using colordiff instead of diff, the less -R option may be required
25 # for correct display.
26 diff="diff -Nu '%s' '%s'"
27
28 # Set the pager for use with diff commands (this will
29 # cause the PAGER environment variable to be ignored).
30 # Setting pager="cat" will disable pager usage.
31 pager=""
32
33 # Default options used if less is the pager
34 less-opts="--no-init --QUIT-AT-EOF"
35
36 # Diff for interactive merges.
37 # %s output file
38 # %s old file
39 # %s new file
40 merge="sdiff --suppress-common-lines --output='%s' '%s' '%s'"
41
42 # Automerge files comprising only CVS interpolations (e.g. Header or Id)
43 # (yes or no)
44 replace-cvs=yes
45
46 # Automerge files comprising only whitespace and/or comments
47 # (yes or no)
48 replace-wscomments=no
49
50 # Automerge files that the user hasn't modified
51 # (yes or no)
52 replace-unmodified=no
53
54 # Ignore a version that is identical to the previously merged version,
55 # even though it is different from the current user modified version
56 # Note that emerge already has a similar feature enabled by default,
57 # which can be disabled by the emerge --noconfmem option.
58 # (yes or no)
59 ignore-previously-merged=no
60
61 # Per-session log file of changes made to configuration files
62 #log-file=/var/log/dispatch-conf.log
63
64 # List of frozen files for which dispatch-conf will automatically zap updates
65 #frozen-files=""