From owner-cvs-all Thu Aug 30 15:47:25 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 1DF2537B401; Thu, 30 Aug 2001 15:47:21 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7UMipb68871; Thu, 30 Aug 2001 15:44:51 -0700 (PDT) (envelope-from alex) Message-Id: <200108302244.f7UMipb68871@freefall.freebsd.org> From: Alexander Langer Date: Thu, 30 Aug 2001 15:44:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile src/etc/defaults make.conf src/games/fortune/datfiles freebsd-tips src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/share/examples/etc README.examples make.conf src/share/man/man5 make.conf.5 src/share/man/man7 build.7 ... 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 alex 2001/08/30 15:44:51 PDT Modified files: etc Makefile games/fortune/datfiles freebsd-tips release/doc/en_US.ISO8859-1/relnotes/common new.sgml share/examples/etc README.examples make.conf share/man/man5 make.conf.5 share/man/man7 build.7 share/mk sys.mk Removed files: etc/defaults make.conf Log: Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation. Revision Changes Path 1.259 +1 -4 src/etc/Makefile 1.16 +3 -3 src/games/fortune/datfiles/freebsd-tips 1.120 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.10 +2 -2 src/share/examples/etc/README.examples 1.174 +12 -10 src/share/examples/etc/make.conf 1.32 +5 -5 src/share/man/man5/make.conf.5 1.13 +3 -3 src/share/man/man7/build.7 1.54 +3 -2 src/share/mk/sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message