OpenBSD 5.0 beta/current
add some ports through command "make install clean"
--------
consider this situation:
>>fetch http://*.gnu.*.abc.tar.gz  #fetch abc.tar.gz
    0%|              | -stalled-
#wait for a long long time, now I press "ctrl + c" because download is
very slow or stalled.
http fetch aborted

>>fetch http://*.de.*.abc.tar.gz   #system auto fetch abc.tar.gz from another 
>>mirror,
when download completed, abc.tar.gz will be auto deleted, now "make
progress" aborted.

---------
what I want:
1. when press one time "ctrl +c" or some key, slow/stalled website
download will aborted,
fetch same source file from another mirror.
2. when "fetch"download completed from mirror, the make will continued
except Press "ctrl + c" twice/ or some key.

Reply via email to