Author: jgg
Date: 2000-07-31 05:05:54 GMT
Undid undoing for bug 65952, fix is in aliencode
* Update sizetable for mips. Closes: #62288
* Fixed a bug with passive FTP connections
* Has sizetable entry for sparc64. Closes: #64869
* Update sizetable for mips. Closes: #62288
* Fixed a bug with passive FTP connections
* Has sizetable entry for sparc64. Closes: #64869
- * Undid the fix to bug #55709. Closes: #65952
-- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
-- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
+OLDLS=`ls -ld $ARCHIVES`
if [ x$WAIT = "xyes" ]; then
$APTGET $OPTS -d dselect-upgrade
echo "Press enter to continue." && read RES
if [ x$WAIT = "xyes" ]; then
$APTGET $OPTS -d dselect-upgrade
echo "Press enter to continue." && read RES
+ NEWLS=`ls -ld $ARCHIVES`
+ if [ "x$OLDLS" = "x$NEWLS" ]; then
+ exit 0
+ fi
+
# Check the cleaning mode
case `echo $CLEAN | tr '[:upper:]' '[:lower:]'` in
auto)
# Check the cleaning mode
case `echo $CLEAN | tr '[:upper:]' '[:lower:]'` in
auto)
- if [ `yesno "Do you want to erase any previously downloaded .deb files?" y` = y ]; then
+ if [ `yesno "Do you want to erase the downloaded .deb files?" y` = y ]; then
$APTGET clean && echo "Press enter to continue." && read RES && exit 0;
fi
;;
$APTGET clean && echo "Press enter to continue." && read RES && exit 0;
fi
;;