Changeset 34f86ab for general/sysutils


Ignore:
Timestamp:
07/04/2004 06:28:50 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
3eb080ce
Parents:
b5043700
Message:

Updated to Perl module XML-Writer-0.510; removed ldconfig command from GPM instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    rb5043700 r34f86ab  
    88<!ENTITY gpm-download-ftp "ftp://arcana.linux.it/pub/gpm/gpm-&gpm-version;.tar.bz2">
    99<!ENTITY gpm-size "556 KB">
    10 <!ENTITY gpm-buildsize "5.3 MB">
     10<!ENTITY gpm-buildsize "6.7 MB">
    1111<!ENTITY gpm-time "0.09 SBU">
    1212
     
    6666make &amp;&amp;
    6767make install &amp;&amp;
    68 cp conf/gpm-root.conf /etc &amp;&amp;
    69 ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen>
     68cp conf/gpm-root.conf /etc</command></userinput></screen>
     69<!-- ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen> -->
    7070</sect2>
    7171
     
    7777scrolling logic.</para>
    7878
    79 <para><command>ldconfig -n -l </command>: During installation, gpm outputs a
    80 message to run the above command to create the proper library links.</para>
     79<!-- <para><command>ldconfig -n -l </command>: During installation, gpm outputs a
     80message to run the above command to create the proper library links.</para> -->
    8181
    8282</sect2>
     
    9595
    9696<sect3><title>Config files</title>
    97 <para><filename>/etc/sysconfig/mouse</filename>
     97
     98<para><filename>/etc/gpm-root.conf</filename> and
     99<filename>~/.gpm-root</filename>: The default and individual user
     100<command>gpm-root</command> configuration files.</para>
     101
     102<para><filename>/etc/sysconfig/mouse</filename>:
    98103This file contains the name of your mouse device and the protocol which
    99104it uses.  To create this file, run the following:</para>
     
    137142<para>The <application><acronym>GPM</acronym></application> package contains
    138143<command>gpm</command>, <command>gpm-root</command>,
    139 <command>disable-paste</command> and <command>mev</command>.</para>
     144<command>disable-paste</command>, <command>mev</command>,
     145<command>mouse-test</command> and <command>hltest</command>.</para>
    140146
    141147</sect2>
     
    153159
    154160<sect3><title>disable-paste</title>
    155 <para>No description available.</para></sect3>
     161<para><command>disable-paste</command> is a security mechanism used to disable
     162the paste buffer.</para></sect3>
    156163
    157164<sect3><title>mev</title>
    158165<para><command>mev</command> is a program to report mouse events.</para></sect3>
    159166
     167<sect3><title>mouse-test</title>
     168<para><command>mouse-test</command> is a tool for determining the mouse type
     169and device it's attached to.</para></sect3>
     170
     171<sect3><title>hltest</title>
     172<para><command>hltest</command> is a simple sample application using the
     173high-level library, meant to be read by programmers trying to use the
     174high-level library.</para></sect3>
     175
    160176</sect2>
    161177
Note: See TracChangeset for help on using the changeset viewer.