[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

autoup.sh



On  Wed, 25 Mar 1998 13:24:57 -0800 you wrote:
> Here is a new and improved version of autoup.sh, hopefully it does the
> right thing with regards to selecting an ftp program.  Apparently
> there are some other issues as well, but I'm not sure about other
> things.

     It appears that your version still does not get $PKGS_LIBC5 in
the ftp function.  I have just mailed Craig another copy of the diffs
to fix this.  Attached is another copy of them.  
-- 
   _
  |_)  _  |_       Robert D. Hilliard    <hilliard@metrolink.net>
  |_) (_) |_)      Palm City, FL  USA    PGP Key ID: A8E40EB9

     Diffs against auotuop.sh v0.21 to make ftp work properly

--- autoup.sh	Sat Feb 14 15:52:22 1998
+++ autoup_fixed	Fri Feb 20 20:42:02 1998
@@ -60,6 +60,7 @@
     pwd
 
     mget $PKGS_LDSO
+    mget $PKGS_LIBC5
     mget $PKGS_LIBC6
     mget $PKGS_NCURSES
     mget $PKGS_LIBRL
@@ -109,9 +110,9 @@
 PKGS_MOREDPKG="interpreters/data-dumper_*.deb interpreters/libnet-perl_*.deb \
                base/dpkg-ftp_*.deb admin/dpkg-mountable_*.deb"
 
-ALLPKGS="$PKGS_LDSO $PKGS_LIBC6 $PKGS_NCURSES $PKGS_LIBRL $PKGS_LIBRLG
-         $PKGS_BASH $PKGS_LIBGPP $PKGS_DPKG $PKGS_LIBGDBM $PKGS_PERLBASE
-         $PKGS_PERL $PKGS_MOREDPKG"
+ALLPKGS="$PKGS_LDSO $PKGS_LIBC5 $PKGS_LIBC6 $PKGS_NCURSES $PKGS_LIBRL
+         $PKGS_LIBRLG $PKGS_BASH $PKGS_LIBGPP $PKGS_DPKG $PKGS_LIBGDBM
+         $PKGS_PERLBASE $PKGS_PERL $PKGS_MOREDPKG"
 
 cat <<__EOF__
 This script will install the packages necessary to ensure a safe upgrade
@@ -214,7 +215,7 @@
 
         # Fetch files not in FTP_DIR
         # libc5_*.deb ncurses3.0_*.deb libg++272_*.deb
-
+ 
         if [ -n "$ERROR_FILES" ]; then
             echo
             echo "Could not download the following files:"
@@ -257,9 +258,9 @@
 echo "checking that all needed files are available..."
 # sanity check that we can find the packages
 
-ALLPKGS="$PKGS_LDSO $PKGS_LIBC6 $PKGS_NCURSES $PKGS_LIBRL $PKGS_LIBRLG
-         $PKGS_BASH $PKGS_LIBGPP $PKGS_DPKG $PKGS_LIBGDBM $PKGS_PERLBASE
-         $PKGS_PERL $PKGS_MOREDPKG"
+ALLPKGS="$PKGS_LDSO $PKGS_LIBC5 $PKGS_LIBC6 $PKGS_NCURSES $PKGS_LIBRL 
+         $PKGS_LIBRLG $PKGS_BASH $PKGS_LIBGPP $PKGS_DPKG $PKGS_LIBGDBM 
+         $PKGS_PERLBASE $PKGS_PERL $PKGS_MOREDPKG"
 
 for i in $ALLPKGS ; do
     echo -n "$(basename $i) "


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: