1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

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:
Giorgos Keramidas 2005-11-27 07:30:21 +00:00
parent d5688b6a5b
commit 0f8089cdf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152852

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)