Clarify a comment to make it clear that it is NO_NIS that "If it is set"

refers to and add extra '#' comment characters at the beginning of two
lines that started with TABs, to avoid warnings like:

"/etc/make.conf", line 128: Unassociated shell command "# If set, you might need to adopt your"
"/etc/make.conf", line 129: Unassociated shell command "# nsswitch.conf(5) and remove `nis' entries."

PR:		misc/89423
Submitted by:	Scot W. Hetzel
This commit is contained in:
keramida 2005-11-27 07:30:21 +00:00
parent 2785e695f6
commit 48d1341ff9

View File

@ -125,8 +125,8 @@
#NO_MODULES= # do not build modules with the kernel
#NO_NETCAT= # do not build netcat
#NO_NIS= # do not build NIS support and related programs.
# If set, you might need to adopt your
# nsswitch.conf(5) and remove `nis' entries.
# # If NO_NIS is set, you might need to adopt your
# # nsswitch.conf(5) and remove `nis' entries.
#NO_OBJC= # do not build Objective C support
#NO_OPENSSH= # do not build OpenSSH
#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)