From dbb4d075ee4991e2b5efdc55dc2d1da2572d8afd Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 11 Apr 2022 08:50:12 -0400 Subject: 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 --- cnf/dispatch-conf.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cnf') 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 -- cgit v1.2.3-65-gdbad