commit: 10534a84f0438cf065925c18b64fe7203a840a73 Author: Robert Booth <rob <AT> ishigoya <DOT> com> AuthorDate: Sun Feb 6 19:17:41 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Feb 6 19:19:21 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=10534a84
dispatch-conf.conf: frozen-files is space-separated Bug: https://bugs.gentoo.org/830618 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> cnf/dispatch-conf.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf index 7efce8ade..d21434963 100644 --- a/cnf/dispatch-conf.conf +++ b/cnf/dispatch-conf.conf @@ -61,5 +61,6 @@ ignore-previously-merged=no # Per-session log file of changes made to configuration files #log-file=/var/log/dispatch-conf.log -# List of frozen files for which dispatch-conf will automatically zap updates +# Space-separated list of frozen files for which dispatch-conf will +# automatically zap updates #frozen-files=""
