projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f29d82
)
sys: make error message clearer when debconf-get-selections can not be found on the...
author
intrigeri
<intrigeri@boum.org>
Wed, 25 Jun 2008 09:02:06 +0000
(09:02 +0000)
committer
intrigeri
<intrigeri@boum.org>
Wed, 25 Jun 2008 09:02:06 +0000
(09:02 +0000)
handlers/sys.in
patch
|
blob
|
history
diff --git
a/handlers/sys.in
b/handlers/sys.in
index 399a8bded5d9d089936816e24a213cd536ccff22..d1bf820b711e68a1612ee4359d440d8775001894 100755
(executable)
--- 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"