From da2da56600011ceb2ecec69e64eb96f92f99ade0 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 25 Jun 2008 09:02:06 +0000 Subject: [PATCH] sys: make error message clearer when debconf-get-selections can not be found on the host git-svn-id: http://code.autistici.org/svn/backupninja/trunk@586 758a04ac-41e6-0310-8a23-8373a73cc35d --- handlers/sys.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2