From e05d069c2bc5d56794fe05af3a6b6da66a67468d Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 27 Aug 2008 00:50:01 +0000 Subject: [PATCH] modify message displayed if TMP cannot be cleaned due to permissions etc --- src/usr/bin/sbopkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 85bedf2..9070c20 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -826,7 +826,8 @@ fi cleanup () { check_write $TMP if [ $WRITE = "false" ]; then - echo "Sbopkg attempted to clean out leftover files in \$TMP, but" + echo "Sbopkg attempted to clean out leftover files in \$TMP," + echo "which is set to $TMP in sbopkg.conf, but" echo "it appears that you do not have sufficient permissions to" echo "do so. Please check your \$TMP setting in sbopkg.conf," echo "verify that your permissions are correct, or manually"