aboutsummaryrefslogtreecommitdiff
path: root/handlers/sys.in
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-06-25 09:02:06 +0000
committerintrigeri <intrigeri@boum.org>2008-06-25 09:02:06 +0000
commit755c0160d4cc6806dbe5ce25ec2c5bd324e89cd8 (patch)
tree43f58181e351e885da4161322d6abd03b4f93932 /handlers/sys.in
parent3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3 (diff)
downloadbackupninja-755c0160d4cc6806dbe5ce25ec2c5bd324e89cd8.tar.gz
backupninja-755c0160d4cc6806dbe5ce25ec2c5bd324e89cd8.tar.bz2
sys: make error message clearer when debconf-get-selections can not be found on the host
Diffstat (limited to 'handlers/sys.in')
-rwxr-xr-xhandlers/sys.in2
1 files changed, 1 insertions, 1 deletions
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"