From owner-cvs-all Thu Dec 10 16:01:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11150 for cvs-all-outgoing; Thu, 10 Dec 1998 16:01:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11087; Thu, 10 Dec 1998 16:01:09 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id BAA35794; Fri, 11 Dec 1998 01:01:00 +0100 (CET) (envelope-from des) To: John Birrell Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc Makefile References: <199812100534.VAA15323@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 11 Dec 1998 01:00:59 +0100 In-Reply-To: John Birrell's message of "Wed, 9 Dec 1998 21:34:12 -0800 (PST)" Message-ID: Lines: 29 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell writes: > Add logic to check if any of the BIN1 files do not already exist in > ${DESTDIR}/etc and an install target to install the missing ones. This > allows new files like pam.conf to be installed by the first installworld > after the file is added, but avoid clobbering files that might be > customized. This should save some support questions. Would be a great idea - if it worked... Looks like it runs from the wrong directory. ===> etc install -c -o root -g wheel -m 644 fbtab auth.conf pam.conf /etc install: fbtab: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message