Changeset c60dae5b


Ignore:
Timestamp:
01/20/2007 08:36:33 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87c2868
Parents:
a45a7bc
Message:

Modified the XScreenSaver instructions so that a UTF-8 encoded manual page is not installed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6438 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xscreensaver.xml

    ra45a7bc rc60dae5b  
    101101    commands:</para>
    102102
    103 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
     103<screen><userinput>sed -i 's,\xc3\xb6,oe,' hacks/flow.man &amp;&amp;
     104./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    104105make</userinput></screen>
    105106
     
    114115  <sect2 role="commands">
    115116    <title>Command Explanations</title>
     117
     118    <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This
     119    command is used to remove UTF-8 encoding from one of the installed
     120    manual pages.</para>
    116121
    117122    <para><option>--with-setuid-hacks</option>: This switch allows some
  • introduction/welcome/changelog.xml

    ra45a7bc rc60dae5b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Modified the XScreenSaver instructions so that a
     49          UTF-8 encoded manual page is not installed.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added a shell script and additional information
    4953          about UTF-8 manual pages to the Locale Related Issues page.</para>
Note: See TracChangeset for help on using the changeset viewer.