From 90db3ee2cb502d701120abcac4e58016fed3e593 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Mon, 29 Dec 2008 19:52:49 +0000 Subject: [PATCH] add DEBUG information to sbopkg.conf(5) man page --- src/usr/man/man5/sbopkg.conf.5 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/usr/man/man5/sbopkg.conf.5 b/src/usr/man/man5/sbopkg.conf.5 index a041253..e6cff2c 100644 --- a/src/usr/man/man5/sbopkg.conf.5 +++ b/src/usr/man/man5/sbopkg.conf.5 @@ -82,6 +82,24 @@ $TMP/sbopkg-build-log. The default value of KEEPLOG is: YES. +.TP 5 +.B DEBUG +.br +This option should be set to 0, 1, or 2. DEBUG sets the default +debugging level for the update list feature of sbopkg. When DEBUG is +set to 0, then only potential updated packages are listed. This was +the default output prior to the DEBUG variable. When DEBUG is set to +1, then potential updates plus packages not in the repo and packages +that are newer than the repo are listed. Changing DEBUG to 1 may be +helpful if it appears the updatelist might be missing an update. When +DEBUG is set to 2 (the highest level), then, in addition to the output +at level 1, the update list displays each SBo package that is +installed, even if there is no update, and also prints out extra +debugging information useful in fixing bugs. Level 2 really should +only be used when sending in an update list bug report. + +The default value of DEBUG is: 0. + .TP 5 .B RSYNCFLAGS .br