From owner-cvs-all Tue Jun 12 17:25:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4C2737B401; Tue, 12 Jun 2001 17:25:53 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5D0PrA84726; Tue, 12 Jun 2001 17:25:53 -0700 (PDT) (envelope-from cg) Message-Id: <200106130025.f5D0PrA84726@freefall.freebsd.org> From: Cameron Grant Date: Tue, 12 Jun 2001 17:25:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cg 2001/06/12 17:25:53 PDT Modified files: (Branch: RELENG_4) usr.sbin/config main.c Log: mfc of rev 1.42, original commit message follows: Try and stop config(8) from freaking out due to unnecessary paranoia when using -d. Use realpath(3) to locate the top of the tree rather than trying to manually trim back the results of a getcwd(). tested with buildworld, kernel builds with/without funky symlinks and release. Approved by: peter Revision Changes Path 1.37.2.3 +3 -15 src/usr.sbin/config/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message