From owner-svn-doc-all@freebsd.org Sun Jul 8 12:03:27 2018 Return-Path: Delivered-To: svn-doc-all@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 CBB12103F30D; Sun, 8 Jul 2018 12:03:27 +0000 (UTC) (envelope-from rene@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 7C91271B35; Sun, 8 Jul 2018 12:03:27 +0000 (UTC) (envelope-from rene@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 5E5A925C29; Sun, 8 Jul 2018 12:03:27 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w68C3RwK028609; Sun, 8 Jul 2018 12:03:27 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w68C3RdR028608; Sun, 8 Jul 2018 12:03:27 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201807081203.w68C3RdR028608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 8 Jul 2018 12:03:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51980 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Commit-Revision: 51980 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.27 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, 08 Jul 2018 12:03:28 -0000 Author: rene Date: Sun Jul 8 12:03:26 2018 New Revision: 51980 URL: https://svnweb.freebsd.org/changeset/doc/51980 Log: Correct directories in the X Display Manager session and update description of Xsession. PR: 224375 Submitted by: sid@bsdmail.com Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jul 8 03:55:30 2018 (r51979) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jul 8 12:03:26 2018 (r51980) @@ -1241,7 +1241,7 @@ EndSection Seth Kingsley - Contributed by + Originally contributed by @@ -1278,7 +1278,7 @@ EndSection ninth virtual terminal. The XDM configuration directory - is located in /usr/local/lib/X11/xdm. + is located in /usr/local/etc/X11/xdm. This directory contains several files used to change the behavior and appearance of XDM, as well as a few scripts and programs used to set up the desktop @@ -1334,9 +1334,8 @@ EndSection Xsession Default session script for logins which is run by XDM after a user has logged - in. Normally each user will have a customized session - script in ~/.xsession that - overrides this script + in. This points to a customized session + script in ~/.xsession. @@ -1397,7 +1396,7 @@ DisplayManager.requestPort: 0 Save the edits and restart XDM. To restrict remote access, look at the example entries in - /usr/local/lib/X11/xdm/Xaccess and refer + /usr/local/etc/X11/xdm/Xaccess and refer to &man.xdm.1; for further information.