From owner-freebsd-hackers Sat Jun 3 14:38:05 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA00980 for hackers-outgoing; Sat, 3 Jun 1995 14:38:05 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA00972 for ; Sat, 3 Jun 1995 14:38:03 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id OAA00561 ; Sat, 3 Jun 1995 14:37:52 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: dennis@et.htp.com (dennis) cc: hackers@freebsd.org Subject: Re: NFS load of 2.0.5A In-reply-to: Your message of "Sat, 03 Jun 1995 12:55:13 EDT." <199506031655.MAA03710@mail.htp.com> Date: Sat, 03 Jun 1995 14:37:51 -0700 Message-ID: <560.802215471@westhill.cdrom.com> From: Gary Palmer Sender: hackers-owner@freebsd.org Precedence: bulk In message <199506031655.MAA03710@mail.htp.com>, dennis writes: >We have a local server which we are storing the dist files...should all of >the files be in the same directory? Or should they be in bin, src, etc..... Store the files as they are on our ftp server, or do the install manually :-) The code has too many assumptions about locations, and if it can't set PWD to the right directory, it will fail. Gary