From owner-cvs-all Tue Jul 25 16:22:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1F9D37BAE8; Tue, 25 Jul 2000 16:22:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05643; Tue, 25 Jul 2000 16:22:17 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007252322.QAA05643@freefall.freebsd.org> From: John Baldwin Date: Tue, 25 Jul 2000 16:22:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall ftp.c menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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