From 123315adf206e2bb647132827c5f0d887b271c4d Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 2 Dec 2012 20:29:45 -0800 Subject: [PATCH] Update the paths for xdm example configs and the binary --- docs/newhandbook/X/index.mdwn | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/newhandbook/X/index.mdwn b/docs/newhandbook/X/index.mdwn index c0d828f..86db87a 100644 --- a/docs/newhandbook/X/index.mdwn +++ b/docs/newhandbook/X/index.mdwn @@ -139,13 +139,13 @@ The X11 configuration process is now complete. You can start **X.org** with [s - The **XDM** daemon program is located in `/usr/pkg/xorg/bin/xdm`. This program can be run at any time as `root` and it will start managing the X display on the local machine. If **XDM** is to be run every time the machine boots up, a convenient way to do this is by adding an entry to `/etc/ttys`. For more information about the format and usage of this file, see [ Section 17.3.2.1](term.html#TERM-ETCTTYS). There is a line in the default `/etc/ttys` file for running the **XDM** daemon on a virtual terminal: + The **XDM** daemon program is located in `/usr/pkg/bin/xdm`. This program can be run at any time as `root` and it will start managing the X display on the local machine. If **XDM** is to be run every time the machine boots up, a convenient way to do this is by adding an entry to `/etc/ttys`. For more information about the format and usage of this file, see [ Section 17.3.2.1](term.html#TERM-ETCTTYS). There is a line in the default `/etc/ttys` file for running the **XDM** daemon on a virtual terminal: - ttyv8 "/usr/pkg/xorg/bin/xdm -nodaemon" xterm off secure + ttyv8 "/usr/pkg/bin/xdm -nodaemon" xterm off secure @@ -159,7 +159,7 @@ The X11 configuration process is now complete. You can start **X.org** with [s - The **XDM** configuration directory is located in `/var/lib/xdm`. The sample configuration files are in `/usr/pkg/share/examples/xorg/xdm/`, in this directory there are several files used to change the behavior and appearance of **XDM** . Typically these files will be found: + The **XDM** configuration directory is located in `/var/lib/xdm`. The sample configuration files are in `/usr/pkg/share/examples/xdm/`, in this directory there are several files used to change the behavior and appearance of **XDM** . Typically these files will be found: [[!table data=""" -- 1.7.7.2