From 07c3dbced5d66fb64bd08990c0febf45a044452a Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Fri, 18 Jul 2008 02:39:12 +0000 Subject: [PATCH] add/revise comments --- src/usr/bin/sbopkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 40a58f6..8f12348 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -37,7 +37,7 @@ DIAG="" SBOPKG_CONF="${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}" CWD="$(pwd)" SBOVER=SVN -UPDATE_DEBUG="1" +UPDATE_DEBUG="1" # This will be uncommented in SVN and RC releases sanity_checks () { # Check if config file is there and if so check that it has all @@ -244,8 +244,8 @@ $UPDATELIST 0 0 else cat $UPDATELIST fi -# Next is for debugging. See variable at top of script to turn on or -# off. I am going to keep it on in SVN and during RC stages. +# Permanent log of the updatelist is saved when UPDATE_DEBUG is +# uncommented if [ "$UPDATE_DEBUG" = 1 ]; then cp $UPDATELIST $TMP/sbopkg-debug-updatelist fi