Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: cnf/
Date: Sun, 06 Feb 2022 19:19:46
Message-Id: 1644175161.10534a84f0438cf065925c18b64fe7203a840a73.zmedico@gentoo
1 commit: 10534a84f0438cf065925c18b64fe7203a840a73
2 Author: Robert Booth <rob <AT> ishigoya <DOT> com>
3 AuthorDate: Sun Feb 6 19:17:41 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 19:19:21 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=10534a84
7
8 dispatch-conf.conf: frozen-files is space-separated
9
10 Bug: https://bugs.gentoo.org/830618
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 cnf/dispatch-conf.conf | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf
17 index 7efce8ade..d21434963 100644
18 --- a/cnf/dispatch-conf.conf
19 +++ b/cnf/dispatch-conf.conf
20 @@ -61,5 +61,6 @@ ignore-previously-merged=no
21 # Per-session log file of changes made to configuration files
22 #log-file=/var/log/dispatch-conf.log
23
24 -# List of frozen files for which dispatch-conf will automatically zap updates
25 +# Space-separated list of frozen files for which dispatch-conf will
26 +# automatically zap updates
27 #frozen-files=""