summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-31 14:48:55 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-31 14:48:55 -0700
commit254e853c8a6aad06d4781b0eb0f5a1d2e1919754 (patch)
tree31a4d5abcb304e3a507daab78588a45ed43a34e0 /cnf
parent4f66159887fc4e3ec8bd87ae0f08ba249f98631b (diff)
downloadportage-254e853c8a6aad06d4781b0eb0f5a1d2e1919754.tar.gz
portage-254e853c8a6aad06d4781b0eb0f5a1d2e1919754.tar.bz2
portage-254e853c8a6aad06d4781b0eb0f5a1d2e1919754.zip
etc-update: add clear_term config for bug #142508
Diffstat (limited to 'cnf')
-rw-r--r--cnf/etc-update.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/etc-update.conf b/cnf/etc-update.conf
index 8157c3dc7..6f69dee61 100644
--- a/cnf/etc-update.conf
+++ b/cnf/etc-update.conf
@@ -5,6 +5,9 @@
# note that you need dev-util/dialog installed
mode="0"
+# Whether to clear the term prior to each display
+clear_term="yes"
+
# Whether trivial/comment changes should be automerged
eu_automerge="yes"