RGB color database and XErrorDB install to "share" not "lib" by default (by

app/rgb and libX11).
TODO: They are customizable, so maybe cpprules.in should be extended.
This commit is contained in:
Jeremy C. Reed 2006-05-26 00:12:18 +00:00
parent 354086d7e8
commit 2102fdd0a5
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
2006-05-25 Jeremy C. Reed <reed@reedmedia.net>
* doc/Xserver.man.pre:
* hw/xfree86/doc/man/Xorg.man.pre:
* hw/xfree86/doc/man/xorg.conf.man.pre:
RGB color database and XErrorDB install to "share" not
"lib" by default (by app/rgb and libX11). (TODO: They are
customizable, so maybe cpprules.in should be extended.)
2006-05-25 Jeremy C. Reed <reed@reedmedia.net> 2006-05-25 Jeremy C. Reed <reed@reedmedia.net>
reviewed by: Adam Jackson reviewed by: Adam Jackson

View File

@ -1,5 +1,5 @@
.\" $Xorg: Xserver.man,v 1.4 2001/02/09 02:04:07 xorgcvs Exp $ .\" $Xorg: Xserver.man,v 1.4 2001/02/09 02:04:07 xorgcvs Exp $
.\" $XdotOrg: $ .\" $XdotOrg: xserver/xorg/doc/Xserver.man.pre,v 1.4 2005/12/23 20:11:12 alanc Exp $
.\" Copyright 1984 - 1991, 1993, 1994, 1998 The Open Group .\" Copyright 1984 - 1991, 1993, 1994, 1998 The Open Group
.\" .\"
.\" Permission to use, copy, modify, distribute, and sell this software and its .\" Permission to use, copy, modify, distribute, and sell this software and its
@ -125,7 +125,7 @@ Not obeyed by all servers.
.TP 8 .TP 8
.B \-co \fIfilename\fP .B \-co \fIfilename\fP
sets name of RGB color database. The default is sets name of RGB color database. The default is
.IR __projectroot__/lib/X11/rgb . .IR __projectroot__/share/X11/rgb .
.ig .ig
.TP 8 .TP 8
.B \-config \fIfilename\fP .B \-config \fIfilename\fP
@ -742,7 +742,7 @@ Bitmap font directories
.IR __projectroot__/lib/X11/fonts/TTF , __projectroot__/lib/X11/fonts/Type1 .IR __projectroot__/lib/X11/fonts/TTF , __projectroot__/lib/X11/fonts/Type1
Outline font directories Outline font directories
.TP 30 .TP 30
.I __projectroot__/lib/X11/rgb.txt .I __projectroot__/share/X11/rgb.txt
Color database Color database
.TP 30 .TP 30
.I /tmp/.X11-unix/X\fBn\fP .I /tmp/.X11-unix/X\fBn\fP

View File

@ -1,4 +1,4 @@
.\" $XdotOrg: xc/programs/Xserver/hw/xfree86/Xorg.man,v 1.2 2004/04/23 19:20:02 eich Exp $ .\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/Xorg.man.pre,v 1.3 2005/07/04 18:41:01 ajax Exp $
.TH __xservername__ __appmansuffix__ __vendorversion__ .TH __xservername__ __appmansuffix__ __vendorversion__
.SH NAME .SH NAME
__xservername__ - X11R6 X server __xservername__ - X11R6 X server
@ -571,10 +571,10 @@ Libraries.
.B __projectroot__/lib/X11/fonts/\(** .B __projectroot__/lib/X11/fonts/\(**
Fonts. Fonts.
.TP 30 .TP 30
.B __projectroot__/lib/X11/rgb.txt .B __projectroot__/share/X11/rgb.txt
Color names to RGB mapping. Color names to RGB mapping.
.TP 30 .TP 30
.B __projectroot__/lib/X11/XErrorDB .B __projectroot__/share/X11/XErrorDB
Client error message database. Client error message database.
.TP 30 .TP 30
.B __projectroot__/lib/X11/app-defaults/\(** .B __projectroot__/lib/X11/app-defaults/\(**

View File

@ -1,4 +1,4 @@
.\" $XdotOrg: xc/programs/Xserver/hw/xfree86/xorg.conf.man,v 1.3 2005/03/22 21:30:43 ajax Exp $ .\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/xorg.conf.man.pre,v 1.6 2005/12/19 16:44:21 ajax Exp $
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH __xconfigfile__ __filemansuffix__ __vendorversion__ .TH __xconfigfile__ __filemansuffix__ __vendorversion__
@ -343,7 +343,7 @@ When this entry is not specified in the config file, the server falls back
to the compiled-in default RGB path, which is: to the compiled-in default RGB path, which is:
.PP .PP
.RS 11 .RS 11
.I __projectroot__/lib/X11/rgb .I __projectroot__/share/X11/rgb
.RE .RE
.PP .PP
Note that an implicit Note that an implicit