Changeset 8459178
- Timestamp:
- 12/09/2012 08:23:32 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b4d6d68
- Parents:
- 32e18b07
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r32e18b07 r8459178 4 4 --> 5 5 6 <!ENTITY day "0 5"> <!-- Always 2 digits -->6 <!ENTITY day "09"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 5th, &year;"> 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 12 <!ENTITY releasedate "December 9th, &year;"> 14 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 15 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/gpm.xml
r32e18b07 r8459178 86 86 the following commands:</para> 87 87 88 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 88 <screen><userinput>./autogen.sh && 89 ./configure --prefix=/usr --sysconfdir=/etc && 89 90 make</userinput></screen> 90 91 … … 93 94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 94 95 95 <screen role="root"><userinput>make install 96 97 install-info --dir-file=/usr/share/info/dir \98 /usr/share/info/gpm.info 99 100 ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so 101 install -v -m644 conf/gpm-root.conf /etc 102 103 install -v -m755 -d /usr/share/doc/gpm-&gpm-version; 104 chmod -v 755 doc/support && 105 chmod -v 644 doc/{support/*,FAQ,HACK_GPM,README*}&&106 cp -v -R doc/{FAQ,HACK_GPM,README*,support}\96 <screen role="root"><userinput>make install && 97 98 install-info --dir-file=/usr/share/info/dir \ 99 /usr/share/info/gpm.info && 100 101 ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so && 102 install -v -m644 conf/gpm-root.conf /etc && 103 104 install -v -m755 -d /usr/share/doc/gpm-&gpm-version;/support && 105 install -v -m644 doc/support/* \ 106 /usr/share/doc/gpm-&gpm-version;/support && 107 install -v -m644 doc/{FAQ,HACK_GPM,README*} \ 107 108 /usr/share/doc/gpm-&gpm-version;</userinput></screen> 108 109 … … 111 112 <sect2 role="commands"> 112 113 <title>Command Explanations</title> 114 115 <para><command>./autogen.sh</command>: This command creates the missing 116 <command>configure</command> script.</para> 113 117 114 118 <para><command>install-info ...</command>: This package installs an … … 147 151 148 152 <para><filename>/etc/sysconfig/mouse</filename>: 149 This file contains the name of your mouse device and the protocol which153 This file contains the name of your mouse device and the protocol 150 154 it uses. To create this file, run the following as the 151 155 <systemitem class="username">root</systemitem> user:</para> -
introduction/welcome/changelog.xml
r32e18b07 r8459178 19 19 <title>Change Log</title> 20 20 21 < para>Please note that the Change Log only lists which editor was21 <!-- <para>Please note that the Change Log only lists which editor was 22 22 responsible for putting the changes into SVN; please read the 23 23 <xref linkend="credits"/> page in Chapter 1 for details on 24 who wrote what.</para> 24 who wrote what.</para> --> 25 25 26 26 <para>Current release: &version; – &releasedate;</para> … … 44 44 45 45 --> 46 <listitem> 47 <para>December 9th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[randy] - Add a command to the GPM instructions to create the 51 missing configure script. Fixes 52 <ulink url="&blfs-ticket-root;3681">#3681</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 <listitem> 47 58 <para>December 5th, 2012</para>
Note:
See TracChangeset
for help on using the changeset viewer.