From owner-cvs-all Mon Jul 29 1:51: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C1237B400; Mon, 29 Jul 2002 01:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0119343E3B; Mon, 29 Jul 2002 01:51:05 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T8p4JU001954; Mon, 29 Jul 2002 01:51:04 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T8p4sx001953; Mon, 29 Jul 2002 01:51:04 -0700 (PDT) Message-Id: <200207290851.g6T8p4sx001953@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Jul 2002 01:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/share/man/man5 make.conf.5 src/share/examples/etc make.conf src/usr.bin/xinstall xinstall.c X-FreeBSD-CVS-Branch: HEAD 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 ru 2002/07/29 01:51:04 PDT Modified files: . UPDATING share/man/man5 make.conf.5 share/examples/etc make.conf usr.bin/xinstall xinstall.c Log: Ignore -C, -p, and -S options of install(1) when used with the -d option. Warn about COPY being phased out. Restore the old method of always comparing before installing: INSTALL="install -C". Requested by: bde Revision Changes Path 1.214 +6 -0 src/UPDATING 1.195 +1 -1 src/share/examples/etc/make.conf 1.54 +1 -1 src/share/man/man5/make.conf.5 1.56 +1 -1 src/usr.bin/xinstall/xinstall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message