From: intrigeri <intrigeri@boum.org>
Date: Wed, 25 Jun 2008 09:02:06 +0000 (+0000)
Subject: sys: make error message clearer when debconf-get-selections can not be found on the... 
X-Git-Tag: backupninja-0.9.6~13
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=755c0160d4cc6806dbe5ce25ec2c5bd324e89cd8;p=matthijs%2Fupstream%2Fbackupninja.git

sys: make error message clearer when debconf-get-selections can not be found on the host
---

diff --git a/handlers/sys.in b/handlers/sys.in
index 399a8bd..d1bf820 100755
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then
       set +o noglob
    fi
    if [ -z "$debconfgetselections" ]; then
-      warning "can't find ${debconfgetselections}, skipping package selection states."
+      warning "can't find debconf-get-selections, skipping package selection states."
    else
       debug "$debconfgetselections > $selectionsfile"
       $debconfgetselections > $selectionsfile || fatal "can not save $debconfgetselections info to $selectionsfile"