X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fsys.in;h=d1bf820b711e68a1612ee4359d440d8775001894;hb=da2da56600011ceb2ecec69e64eb96f92f99ade0;hp=399a8bded5d9d089936816e24a213cd536ccff22;hpb=90171a7821905b1aa3c2f214b9e3e74e7da10750;p=matthijs%2Fupstream%2Fbackupninja-vserver.git 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"