K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-09-25T20:23:06.000000Z K 7 svn:log V 848 MFC: [and I'll take the opportunity to put a more informative commit message into this one from the PR] 1) Installing via HTTP proxy ( mediaSetHTTP() ) relies on mediaSetFTP(). It's broken right now because the method of looking up the correct directory on the FTP server was changed in version 1.39 of ftp.c. This has to be changed in http.c, too. I only look for one path (pub/FreeBSD/releases/MACHINE), though. 2) The issue that the FTP server's name should be resolved by the proxy: The current fix unsets VAR_NAMESERVER before calling mediaSetFTP(). But in a normal install, the network hasn't been set up at this time. Therefore, mediaSetFTP() will call tcpDeviceSelect() which sets VAR_NAMESERVER. Therefore the unwanted lookup takes place. PR: 21449 Submitted by: Philipp Mergenthaler END