Changeset fbf70663


Ignore:
Timestamp:
08/31/2014 11:10:20 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2b919a2
Parents:
59fb87e
Message:

Clean up libpapersize.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libpaper.xml

    r59fb87e rfbf70663  
    9797
    9898<screen role="root"><userinput>make install &amp;&amp;
    99 mkdir -v /etc/libpaper.d &amp;&amp;
    100 cat &gt; /uetc/papersize &lt;&lt; "EOF"
    101 <literal>a4</literal>
    102 EOF</userinput></screen>
    103 
    104     <para>
    105       You may wish to use a different paper size, such as letter.
    106     </para>
     99mkdir -v /etc/libpaper.d
     100</userinput></screen>
    107101
    108102  </sect2>
     
    113107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114108      href="../../xincludes/static-libraries.xml"/>
     109
     110    <para><command>mkdir -v /etc/libpaper.d</command>:
     111    <application>libpaper</application> expects that packages will install files
     112    into this directory.</para>
     113
     114  </sect2>
     115
     116  <sect2 role="configuration">
     117    <title>Configuring libpaper</title>
     118
     119    <sect3>
     120      <title>Configuration Information</title>
     121
     122      <para>Create <filename>/etc/papersize</filename> to set the default
     123      system paper size.  Issue the following command as the
     124      <systemitem class="username">root</systemitem> user to set this to
     125      &apos;A4&apos; (libpaper expects the lowercase form). You may wish
     126      to use a different size, such as letter.</para>
     127
     128<screen role="root"><userinput>cat &gt; /etc/papersize &lt;&lt; "EOF"
     129a4
     130EOF</userinput></screen>
     131
     132    </sect3>
    115133
    116134  </sect2>
  • introduction/welcome/changelog.xml

    r59fb87e rfbf70663  
    4848      <para>August 31st, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Clean up libpaper, in particular remove the
     52          /uetc/papersize typo.  Thanks to willimm, fixes
     53          <ulink url="&blfs-ticket-root;5454">#5454</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[fernando] - Completely modify and fix instructions for
Note: See TracChangeset for help on using the changeset viewer.