]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
authorAlexander Langer <alex@FreeBSD.org>
Thu, 30 Aug 2001 22:44:51 +0000 (22:44 +0000)
committerAlexander Langer <alex@FreeBSD.org>
Thu, 30 Aug 2001 22:44:51 +0000 (22:44 +0000)
commitd33a962d0758affe619d4bec4f26a02b19510e4f
tree95231063ab5b14bec041d37cd0b872a69e050cc4
parentf3dfa83f4fa1287253871c6448a027caa952daf8
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.
etc/Makefile
etc/defaults/make.conf [deleted file]
games/fortune/datfiles/freebsd-tips
release/doc/en_US.ISO8859-1/relnotes/article.sgml
release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
share/examples/etc/README.examples
share/examples/etc/make.conf
share/man/man5/make.conf.5
share/man/man7/build.7
share/mk/sys.mk