From: Enrico Scholz Date: Mon, 4 Jul 2005 18:14:29 +0000 (+0000) Subject: give out status message before downloading debootstrap X-Git-Tag: version_0_30_210~140 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3801645c03c639bad0cdf3cbb9b846a0fb00ef11;p=util-vserver.git give out status message before downloading debootstrap (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 --- diff --git a/util-vserver/scripts/vserver-build.debootstrap b/util-vserver/scripts/vserver-build.debootstrap index bac211e..23eaf40 100644 --- a/util-vserver/scripts/vserver-build.debootstrap +++ b/util-vserver/scripts/vserver-build.debootstrap @@ -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 <&2 ERROR: Could not download the debootstrap package from