From owner-svn-src-all@freebsd.org Sat May 9 10:22:00 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A75B32E33E0; Sat, 9 May 2020 10:22:00 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49K3CX42lTz4YMN; Sat, 9 May 2020 10:22:00 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8609E1A6EB; Sat, 9 May 2020 10:22:00 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 049AM0N2039242; Sat, 9 May 2020 10:22:00 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 049AM0Mx039241; Sat, 9 May 2020 10:22:00 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <202005091022.049AM0Mx039241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sat, 9 May 2020 10:22:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r360839 - head/share/man/man5 X-SVN-Group: head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/share/man/man5 X-SVN-Commit-Revision: 360839 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 10:22:00 -0000 Author: bcr (doc committer) Date: Sat May 9 10:22:00 2020 New Revision: 360839 URL: https://svnweb.freebsd.org/changeset/base/360839 Log: Mention the existence of /etc/defaults/vendor.conf for custom vendor-specific changes to FreeBSD's default settings. While here, fix a typo: perfomance -> performance PR: 245404 Submitted by: Jose Luis Duran Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Sat May 9 08:55:18 2020 (r360838) +++ head/share/man/man5/rc.conf.5 Sat May 9 10:22:00 2020 (r360839) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 25, 2020 +.Dd May 9, 2020 .Dt RC.CONF 5 .Os .Sh NAME @@ -59,6 +59,11 @@ Options need only be specified in .Pa /etc/rc.conf when the system administrator wishes to override these defaults. The file +.Pa /etc/defaults/vendor.conf +allows vendors to override +.Fx +defaults. +The file .Pa /etc/rc.conf.local is used to override settings in .Pa /etc/rc.conf @@ -1187,7 +1192,7 @@ by default. This setting will be identical to .Dq Li YES , if a dynamicrouting daemon is enabled, because redirect processing may -cause perfomance issues for large routing tables. +cause performance issues for large routing tables. If no such service is enabled, this setting behaves like a .Dq Li NO . Setting to @@ -4585,6 +4590,7 @@ files. .Sh FILES .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact .It Pa /etc/defaults/rc.conf +.It Pa /etc/defaults/vendor.conf .It Pa /etc/rc.conf .It Pa /etc/rc.conf.local .El