* Fix a small typo, thanks to olgeni

* Document the COMP_CONFS variable in the .mergemasterrc example
This commit is contained in:
Doug Barton 2002-05-04 22:53:03 +00:00
parent b3559845fb
commit 2b0baf3e99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96046

View File

@ -187,7 +187,7 @@ Automatically install any files that do not exist in the
destination directory.
.It Fl p
Pre-buildworld mode.
Compares only files known to be essential to the sucess of
Compares only files known to be essential to the success of
{build|install}world,
including
.Pa /etc/make.conf .
@ -306,6 +306,9 @@ with all values commented out:
# Automatically install files that do not exist on the system already
#AUTO_INSTALL=
#
# Compare /etc/rc.conf[.local] to /etc/defaults/rc.conf
#COMP_CONFS=yes
#
# Sourcedir is the directory to do the 'make' in (where the new files are)
#SOURCEDIR='/usr/src/etc'
#