Opened 16 years ago

Closed 16 years ago

#2526 closed task (fixed)

Inconsistency about Xorg installation prefix

Reported by: alexander@… 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

Attachments (1)

diff (5.0 KB ) - added by DJ Lucas 16 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by DJ Lucas, 16 years ago

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 * | \

grep replaceable | grep -v svn-base | \ grep -v tmp | cut -d: -f1

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

comment:2 by DJ Lucas, 16 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 DJ Lucas, 16 years ago

Owner: changed from blfs-book@… to DJ Lucas

comment:4 by DJ Lucas, 16 years ago

Status: newassigned

comment:5 by DJ Lucas, 16 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.

by DJ Lucas, 16 years ago

Attachment: diff added

comment:6 by DJ Lucas, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r7419.

Note: See TracTickets for help on using tickets.