From owner-cvs-all Wed Dec 9 21:34:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02827 for cvs-all-outgoing; Wed, 9 Dec 1998 21:34:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02819; Wed, 9 Dec 1998 21:34:13 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA15323; Wed, 9 Dec 1998 21:34:12 -0800 (PST) Date: Wed, 9 Dec 1998 21:34:12 -0800 (PST) Message-Id: <199812100534.VAA15323@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/12/09 21:34:12 PST Modified files: etc Makefile Log: 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. Revision Changes Path 1.181 +23 -1 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message