From owner-cvs-src@FreeBSD.ORG Sun Nov 27 07:30:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328F416A41F; Sun, 27 Nov 2005 07:30:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC8543D5A; Sun, 27 Nov 2005 07:30:22 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAR7UMqk055574; Sun, 27 Nov 2005 07:30:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAR7UMWA055573; Sun, 27 Nov 2005 07:30:22 GMT (envelope-from keramida) Message-Id: <200511270730.jAR7UMWA055573@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 27 Nov 2005 07:30:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 07:30:23 -0000 keramida 2005-11-27 07:30:21 UTC FreeBSD src repository (doc committer) Modified files: share/examples/etc make.conf Log: 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 Revision Changes Path 1.270 +2 -2 src/share/examples/etc/make.conf