From owner-svn-src-head@freebsd.org Fri Feb 16 01:03:08 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C85C4F04D78; Fri, 16 Feb 2018 01:03:08 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1F179CDA; Fri, 16 Feb 2018 01:03:08 +0000 (UTC) (envelope-from cem@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 74FDD26710; Fri, 16 Feb 2018 01:03:08 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1G1384f019406; Fri, 16 Feb 2018 01:03:08 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1G138kW019405; Fri, 16 Feb 2018 01:03:08 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201802160103.w1G138kW019405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: Conrad Meyer Date: Fri, 16 Feb 2018 01:03:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329346 - head/share/man/man5 X-SVN-Group: head X-SVN-Commit-Author: cem X-SVN-Commit-Paths: head/share/man/man5 X-SVN-Commit-Revision: 329346 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 01:03:09 -0000 Author: cem Date: Fri Feb 16 01:03:08 2018 New Revision: 329346 URL: https://svnweb.freebsd.org/changeset/base/329346 Log: rc.conf.5: Flip default background_fsck language to match defaults Reviewed by: Daniel O'Connor Sponsored by: Dell EMC Isilon Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Fri Feb 16 00:17:32 2018 (r329345) +++ head/share/man/man5/rc.conf.5 Fri Feb 16 01:03:08 2018 (r329346) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 9, 2017 +.Dd February 15, 2018 .Dt RC.CONF 5 .Os .Sh NAME @@ -2056,8 +2056,8 @@ of the file systems fails. .It Va background_fsck .Pq Vt bool If set to -.Dq Li YES , -the system will attempt to run +.Dq Li NO , +the system will not attempt to run .Xr fsck 8 in the background where possible. .It Va background_fsck_delay