Clean up libpapersize.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14147 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2014-08-31 23:10:20 +00:00
parent 59fb87e1e5
commit fbf7066352
2 changed files with 31 additions and 8 deletions

View File

@ -96,14 +96,8 @@ make
</para>
<screen role="root"><userinput>make install &amp;&amp;
mkdir -v /etc/libpaper.d &amp;&amp;
cat &gt; /uetc/papersize &lt;&lt; "EOF"
<literal>a4</literal>
EOF</userinput></screen>
<para>
You may wish to use a different paper size, such as letter.
</para>
mkdir -v /etc/libpaper.d
</userinput></screen>
</sect2>
@ -113,6 +107,30 @@ EOF</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para><command>mkdir -v /etc/libpaper.d</command>:
<application>libpaper</application> expects that packages will install files
into this directory.</para>
</sect2>
<sect2 role="configuration">
<title>Configuring libpaper</title>
<sect3>
<title>Configuration Information</title>
<para>Create <filename>/etc/papersize</filename> to set the default
system paper size. Issue the following command as the
<systemitem class="username">root</systemitem> user to set this to
&apos;A4&apos; (libpaper expects the lowercase form). You may wish
to use a different size, such as letter.</para>
<screen role="root"><userinput>cat &gt; /etc/papersize &lt;&lt; "EOF"
a4
EOF</userinput></screen>
</sect3>
</sect2>
<sect2 role="content">

View File

@ -47,6 +47,11 @@
<listitem>
<para>August 31st, 2014</para>
<itemizedlist>
<listitem>
<para>[ken] - Clean up libpaper, in particular remove the
/uetc/papersize typo. Thanks to willimm, fixes
<ulink url="&blfs-ticket-root;5454">#5454</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Completely modify and fix instructions for
alsa-tools-1.0.28. Fixes