From 3801645c03c639bad0cdf3cbb9b846a0fb00ef11 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 4 Jul 2005 18:14:29 +0000 Subject: [PATCH] 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 --- util-vserver/scripts/vserver-build.debootstrap | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.8.1.5