Removed ubuntu folder
[hvlinux.git] / stage3 / packages-update
index 60d825d..5b0ffe4 100755 (executable)
@@ -5,10 +5,10 @@ USE_BLFS_PATCHES=1
 USE_HV_PATCHES=1
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../functions-update
-source ../packages-list
+source ../functions-fpkg
+source ../config/packages-list
 
 update_packages_init
 
@@ -16,12 +16,6 @@ if [ ${#} -eq 1 -a "x${1}" = "xtest" ]; then
     export TEST_INTEGRITY=1
 fi
 
-# These packages were already downloaded for stage1:
-lpkg     1 ${NANO}
-
-# These packages were already downloaded for stage2:
-lpkg     2 ${INETUTILS}
-
 # These packages are only for stage3
 fpkg_gnu   ${WHICH}
 fpkg       ${PCIUTILS} ftp://ftp.kernel.org/pub/software/utils/pciutils
@@ -35,6 +29,7 @@ fpkg -e "tar.gz" -f "${FCRON}.src" ${FCRON} http://fcron.free.fr/archives
 fpkg       ${OPENSSL} ftp://ftp.openssl.org/source
 fpkg       ${OPENSSL_ROOT_CERTS} http://anduin.linuxfromscratch.org/files/BLFS
 fpkg       ${OPENSSH} ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
+fpkg       ${LYNX} http://lynx.isc.org/current
 fpkg_sf    ${EXPAT}
 fpkg       ${APR}      http://apache.sunsite.ualberta.ca/apr
 fpkg       ${APR_UTIL} http://apache.sunsite.ualberta.ca/apr
@@ -50,6 +45,7 @@ fpkg_gnu   ${WGET}
 fpkg       ${TCPWRAPPERS} ftp://ftp.porcupine.org/pub/security
 fpkg       ${PORTMAP} http://neil.brown.name/portmap
 fpkg       ${NFS_UTILS} ftp://ftp.kernel.org/pub/linux/utils/nfs
+fpkg       ${XINETD} "http://www.xinetd.org"
 fpkg_sf    ${DDCLIENT}
 fpkg       ${LIBPCAP} "http://www.tcpdump.org/release"
 fpkg       ${TCPDUMP} "http://www.tcpdump.org/release"
@@ -58,6 +54,7 @@ fpkg -e "tar.gz" -s "$(get_pkg_ver ${BIND})" ${BIND} "http://gd.tuwien.ac.at/inf
 fpkg       ${IPTABLES} "http://www.netfilter.org/projects/iptables/files"
 fpkg       ${CURL} "http://curl.haxx.se/download"
 fpkg       ${RSYNC} "http://samba.org/ftp/rsync/src"
+fpkg_hv    ${GETDATE}
 
 fpkg       ${MYSQL} "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-$(get_pkg_ver_base ${MYSQL})"