From 46fb83877a68c5ddc1841e93695248772c500168 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 7 Nov 2010 00:58:39 +0100 Subject: Improve documentation on option nocheck (bug #267686) --- etc/layman.cfg | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/layman.cfg b/etc/layman.cfg index b45c6f0..ea68e66 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -42,9 +42,17 @@ overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml #----------------------------------------------------------- # Strict checking of overlay definitions # -# Set either to "yes" or "no". If "no" layman will issue -# warnings if an overlay definition is missing either -# description or contact information. +# The nocheck option is a bit confusing, for historical reasons. +# Hopefully this description eases the double negation trouble: +# +# nocheck : yes +# - Accepts completene overlay entries without warnings +# - Lists overlays of type foo (say Git) even with no foo installed +# +# nocheck : no +# - Checks overlay entries for missing description or contact +# information and issue warnings as needed +# - Hides overlays of type foo (say Git) if foo not not installed # nocheck : yes -- cgit v1.2.3-1-g7c22