mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Clean up libpapersize.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14147 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
59fb87e1e5
commit
fbf7066352
@ -96,14 +96,8 @@ make
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
mkdir -v /etc/libpaper.d &&
|
||||
cat > /uetc/papersize << "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
|
||||
'A4' (libpaper expects the lowercase form). You may wish
|
||||
to use a different size, such as letter.</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/papersize << "EOF"
|
||||
a4
|
||||
EOF</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user