diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-04-11 08:50:12 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-04-11 08:50:12 -0400 |
commit | dbb4d075ee4991e2b5efdc55dc2d1da2572d8afd (patch) | |
tree | 7c638b4daa90b7add900ed880b0c011fceaca885 /cnf | |
parent | dispatch-conf: fix diffstatusoutput_mixed() usage (diff) | |
download | portage-dbb4d075ee4991e2b5efdc55dc2d1da2572d8afd.tar.gz portage-dbb4d075ee4991e2b5efdc55dc2d1da2572d8afd.tar.bz2 portage-dbb4d075ee4991e2b5efdc55dc2d1da2572d8afd.zip |
dispatch-conf: add a warning about changing the use-rcs setting
If there are existing files in the archive directory, this may cause
conflicts with the files/directories managed using rcs.
Bug: https://bugs.gentoo.org/837533
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/dispatch-conf.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf index d21434963..96574eb8e 100644 --- a/cnf/dispatch-conf.conf +++ b/cnf/dispatch-conf.conf @@ -15,6 +15,9 @@ archive-dir=${EPREFIX}/etc/config-archive # the ci(1) man page, users can control access to RCS files by setting # the permissions of the directory containing the files (see # archive-dir above). +# WARNING: When changing this setting, you should ensure that +# archive-dir is empty by removing or renaming any existing directory. +# Otherwise, conflicts may occur (bug 837533). # (yes or no) use-rcs=no |