Date: Thu, 30 Aug 2001 15:44:51 -0700 (PDT) From: Alexander Langer <alex@FreeBSD.org> 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 ... Message-ID: <200108302244.f7UMipb68871@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108302244.f7UMipb68871>