X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpackages-update;h=76878809fa92911fda33ef6885f4c83d7e198500;hb=f904744aeed9c1baf061f93673898dbab00e26fc;hp=3695f909787a978bd435d7b74892279ec8d1103a;hpb=0364372bf9bf57502160adc0402e38b8ea235c24;p=hvlinux.git diff --git a/stage3/packages-update b/stage3/packages-update index 3695f90..7687880 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -8,9 +8,6 @@ source ../functions/main update_packages_init ${*} -# These packages were already downloaded for stage2 -lpkg 2 ${PYTHON} - # These packages are only for stage3 fpkg -m gnu ${WHICH} fpkg -s "software/utils/pciutils" ${PCIUTILS} ${KERNEL_URL} @@ -131,7 +128,7 @@ fpkg -s "gnutls" ${GNUTLS} ${GNUPG_URL} fpkg -e "tar.gz" ${SASL2} "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail" fpkg -e "tgz" ${OPENLDAP} \ "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release" -fpkg ${KERBEROS5} "http://web.mit.edu/kerberos/www/krb5/1.10" +fpkg -m hv ${KERBEROS5} # Format bizarre de package... if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then fpkg -e "tar.gz" -f "sendmail.$(get_pkg_ver ${SENDMAIL})" ${SENDMAIL} \