check_for_latest(): cleanup and fixlet.

Remove some useless code from check_for_latest(), and
fix the reported download folder.
Thanks to David Somero for reporting and fixing the
bogus printout.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
mauro.giachero 2009-03-03 08:49:49 +00:00
parent 1613f6150c
commit b37acfa223

View File

@ -2639,7 +2639,7 @@ check_for_latest () {
download the update package or press (N)o to quit.")" download the update package or press (N)o to quit.")"
fi fi
fi fi
elif [ "$CVRS" == "$NVRS" ]; then else
MSG="It appears your version of sbopkg is up to date." MSG="It appears your version of sbopkg is up to date."
fi fi
if [ "$DIAG" = 1 ]; then if [ "$DIAG" = 1 ]; then
@ -2651,9 +2651,6 @@ check_for_latest () {
return 0 return 0
fi fi
if [ "$SBOPKGUP" = 1 ]; then if [ "$SBOPKGUP" = 1 ]; then
NEWPKG=http://www.sbopkg.org/pkg.php
NEWSBOPKG=$(wget -T 10 -q -O - ${NEWPKG})
NEWDLPKG=http://sbopkg.googlecode.com/files/$NEWSBOPKG
dialog --title "Download new package?" --yesno "$(crunch "Would \ dialog --title "Download new package?" --yesno "$(crunch "Would \
you like to download the new sbopkg \ you like to download the new sbopkg \
package:\n\n$NEWSBOPKG\n\nThe new sbopkg package will saved \ package:\n\n$NEWSBOPKG\n\nThe new sbopkg package will saved \
@ -2690,7 +2687,7 @@ check_for_latest () {
echo "######################################################" echo "######################################################"
echo "Download complete. The downloaded file is located at:" echo "Download complete. The downloaded file is located at:"
echo echo
echo "$TMP/$NEWSBOPKG" echo "$OUTPUT/$NEWSBOPKG"
echo echo
echo "You can now quit sbopkg and upgrade sbopkg manually." echo "You can now quit sbopkg and upgrade sbopkg manually."
echo echo