Date: Tue, 25 Jul 2000 16:22:17 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall ftp.c menus.c Message-ID: <200007252322.QAA05643@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/07/25 16:22:17 PDT Modified files: release/sysinstall ftp.c menus.c Log: Use a much saner method of locating the release directory on an FTP server. Now, if a release is specified, instead of just looking for a directory with the same name as the release, try several possible directories (each suffixed with the release name) relative to the base directory including ".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed with "pub/FreeBSD/". This will allow us to remove the evil symlinks under pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site. Revision Changes Path 1.39 +46 -18 src/release/sysinstall/ftp.c 1.268 +89 -98 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007252322.QAA05643>