give out status message before downloading debootstrap
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 4 Jul 2005 18:14:29 +0000 (18:14 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 4 Jul 2005 18:14:29 +0000 (18:14 +0000)
(http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13472)

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2141 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver-build.debootstrap

index bac211e..23eaf40 100644 (file)
@@ -59,6 +59,9 @@ function findDebootstrap
         case "$tmp" in
        (/*)                    ln -s "$tmp" "$dst";;
        (http://*|ftp://*)
+           echo $"\
+Could not find local version of 'debootstrap'; downloading it from
+${tmp}..."
            $_WGET -nv -O "$dst" "$tmp" || {
                $_CAT <<EOF >&2
 ERROR: Could not download the debootstrap package from