Opened 17 years ago
Closed 17 years ago
#2526 closed task (fixed)
Inconsistency about Xorg installation prefix
Reported by: | Owned by: | DJ Lucas | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Some pages in the book mention <replaceable>/usr/X11R6</replaceable>, while the others use $XORG_PREFIX. This inconsistency should be resolved in favor of $XORG_PREFIX.
patrakov@home:~/blfs-book-xml$ grep -rl X11R6 . | grep -v svn-base ./stylesheets/patcheslist.xsl ./x/installing/x-config.xml ./x/installing/x-setup.xml ./x/installing/xfree86.xml ./x/installing/xorg.xml ./x/installing/x7util.xml ./x/wm/metacity.xml ./x/lib/qt.xml ./x/lib/cairo.xml ./x/lib/pango.xml ./x/lib/lesstif.xml ./xincludes/X11R6_symlink.xml ./xincludes/.svn/entries ./general/genutils/xterm.xml ./general/prog/jdk.xml ./gnome/add/obsolete/gnopernicus.xml ./postlfs/config/compressdoc.xml ./postlfs/config/profile.xml ./postlfs/security/linux-pam.xml ./tmp/blfs-html.xml ./tmp/blfs-full.xml ./multimedia/videoutils/mplayer.xml ./multimedia/libdriv/sdl.xml ./multimedia/libdriv/gst-plugins.xml ./multimedia/libdriv/nas.xml ./introduction/welcome/changelog.xml
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Actually, all I'm seeing by those search terms are lesstif. There are still some unhandled XFree86 cases that were drummed up by the original.
comment:3 by , 17 years ago
Owner: | changed from | to
---|
comment:4 by , 17 years ago
Status: | new → assigned |
---|
comment:5 by , 17 years ago
Okay, here are the modified files including those that used PREFIX, X_PREFIX, and /usr/X11R6. /usr/X11R6 was only replaced where used unnecessarely after the Introduction to Xorg-7.2 page was updated and user told to add the XORG_PREFIX to the profile -- as in modifying profile, prefix for installed package, etc.
[dj@name25 BOOK]# svn diff | grep +++ +++ multimedia/libdriv/nas.xml (working copy) +++ x/installing/xorg7.xml (working copy) +++ x/lib/lesstif.xml (working copy) +++ x/lib/libxklavier.xml (working copy)
Not nearly as bad as I thought it would be. Full diff attached for review. Please comment.
Might be a little more manageable, but I'm tired right now. Will try and address this tomorrow during nap time.
[dj@name25 BOOK]# grep -r -B1 X11R6 * | \
general/prog/jdk.xml general/prog/jdk.xml multimedia/libdriv/sdl.xml multimedia/libdriv/nas.xml x/lib/lesstif.xml x/lib/lesstif.xml x/lib/lesstif.xml x/lib/qt.xml x/installing/xorg.xml x/installing/x-setup.xml