summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 21:17:36 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 21:25:49 -0700
commit7221da99593ee2fe1943250523965b70d59dbf56 (patch)
tree0d7584d6ed6f765aa64de57c07756e4f9f3216c6 /README
parent0c57a398cef50d13a821ad341ffb15ab0cbd2bad (diff)
Documentation improvements
- Remove references to setting build-time defaults via Imake configuration - Show actual default $PATH & authDir settings in man page - Whitespace & minor formatting fixes in man page - Update man page info on multicast addresses from RFC 2373 to RFC 4291 - Add notes on mailing list, git repo, and patches to README Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 29 insertions, 1 deletions
diff --git a/README b/README
index d5521d3..b810197 100644
--- a/README
+++ b/README
@@ -6,6 +6,7 @@ Configuration files: $(libdir)/X11/xdm
Pixmap files: $(libdir)/X11/xdm/pixmaps
Log files: /var/log
Process id/lock files: /var/run
+xauth cookie files: /var/lib/xdm
These may be overridden with the following options to configure:
Loadable modules: --with-xdmlibdir
@@ -14,8 +15,35 @@ Configuration files: --with-xdmconfigdir (or --with-xdmlibdir)
Pixmap files: --with-xdmpixmapdir (or --with-xdmlibdir)
Log files: --with-logdir
Process id/lock files: --with-piddir
+xauth cookie files: --with-authdir
For instance, some packagers/sites may prefer:
- --with-xdmconfigdir=/etc/X11/xdm --with-xdmlibdir=$(prefix)/lib/xdm
+ --with-xdmconfigdir=/etc/X11/xdm
+ --with-xdmlibdir=$(prefix)/lib/xdm
--with-xdmscriptdir=/etc/X11/xdm
+ ----------------------------------------------------------------
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/app/xdm
+
+ http://cgit.freedesktop.org/xorg/app/xdm
+
+For patch submission instructions, see:
+
+ http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
+