From owner-svn-doc-all@freebsd.org Sun Mar 1 20:21:26 2020 Return-Path: Delivered-To: svn-doc-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 BE31124BA29; Sun, 1 Mar 2020 20:21:26 +0000 (UTC) (envelope-from carlavilla@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 48Vvn23jtqz48vn; Sun, 1 Mar 2020 20:21:26 +0000 (UTC) (envelope-from carlavilla@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 4597A9153; Sun, 1 Mar 2020 20:21:26 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 021KLQWr085521; Sun, 1 Mar 2020 20:21:26 GMT (envelope-from carlavilla@FreeBSD.org) Received: (from carlavilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 021KLQUn085520; Sun, 1 Mar 2020 20:21:26 GMT (envelope-from carlavilla@FreeBSD.org) Message-Id: <202003012021.021KLQUn085520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: carlavilla set sender to carlavilla@FreeBSD.org using -f From: Sergio Carlavilla Delgado Date: Sun, 1 Mar 2020 20:21:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53945 - in head: en_US.ISO8859-1/books/handbook/bsdinstall share/images/books/handbook/bsdinstall X-SVN-Group: doc-head X-SVN-Commit-Author: carlavilla X-SVN-Commit-Paths: in head: en_US.ISO8859-1/books/handbook/bsdinstall share/images/books/handbook/bsdinstall X-SVN-Commit-Revision: 53945 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2020 20:21:26 -0000 Author: carlavilla Date: Sun Mar 1 20:21:25 2020 New Revision: 53945 URL: https://svnweb.freebsd.org/changeset/doc/53945 Log: Upgrade the enabling services section of the install chapter Patch by: carlavilla@ Approved by: bcr@(mentor) Differential Revision: https://reviews.freebsd.org/D23898 Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml head/share/images/books/handbook/bsdinstall/bsdinstall-config-services.png Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Mar 1 19:19:22 2020 (r53944) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Mar 1 20:21:25 2020 (r53945) @@ -2282,6 +2282,15 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. + local_unbound - Enable the DNS + local unbound. It is necessary to keep in mind that this + is the unbound of the base system and is only meant for + use as a local caching forwarding resolver. If the + objective is to set up a resolver for the entire network + install dns/unbound. + + + sshd - The Secure Shell (SSH) daemon is used to remotely access a system over an encrypted connection. Only enable this @@ -2296,6 +2305,14 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. + ntpdate - Enable the automatic + clock synchronization at boot time. The functionality of + this program is now available in the ntpd daemon. After a + suitable period of mourning, the &man.ntpd.8; utility will + be retired. + + + ntpd - The Network Time Protocol (NTP) daemon for automatic clock synchronization. Enable this service if there is a @@ -2307,27 +2324,13 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.powerd - System power control utility for power control and energy saving. - - - - Enabling Crash Dumps - - The next menu is used to configure whether or not crash - dumps should be enabled. Enabling crash dumps can be useful - in debugging issues with the system, so users are encouraged - to enable crash dumps. - -
- Enabling Crash Dumps - - - - - - -
+ + dumpdev - Enabling crash dumps is + useful in debugging issues with the system, so users are + encouraged to enable crash dumps. + +
Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-config-services.png ============================================================================== Binary file (source and/or target). No diff available.