mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
PDF fixes: Added keep-together PI to long screen blocks.
Bu sure that all sceen lines have <78 characteres. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6838 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5230b40817
commit
8e377985a5
@ -30,7 +30,7 @@
|
||||
<ulink url="&files-anduin;/compressdoc"/> (the file should be installed in
|
||||
the <filename class="directory">/usr/sbin</filename> directory).</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /usr/sbin/compressdoc << "EOF"
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat > /usr/sbin/compressdoc << "EOF"
|
||||
<literal>#!/bin/bash
|
||||
# VERSION: 20060311.0028
|
||||
#
|
||||
|
@ -88,7 +88,7 @@
|
||||
bash</command> -- <emphasis role="strong">Node: Printing a
|
||||
Prompt</emphasis>.</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/profile << "EOF"
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat > /etc/profile << "EOF"
|
||||
<literal># Begin /etc/profile
|
||||
# Written for Beyond Linux From Scratch
|
||||
# by James Robertson <jameswrobertson@earthlink.net>
|
||||
|
@ -177,7 +177,7 @@
|
||||
Linux 2.4 Packet Filtering HOWTO</ulink>. It is still applicable
|
||||
to the Linux 2.6 kernels.</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/rc.d/rc.iptables << "EOF"
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat > /etc/rc.d/rc.iptables << "EOF"
|
||||
<literal>#!/bin/sh
|
||||
|
||||
# Begin $rc_base/rc.iptables
|
||||
@ -283,7 +283,7 @@ chmod 700 /etc/rc.d/rc.iptables</userinput></screen>
|
||||
makes a daemon on your system crash, or even worse, that implements
|
||||
a worm via a buffer-overflow).</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/rc.d/rc.iptables << "EOF"
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat > /etc/rc.d/rc.iptables << "EOF"
|
||||
<literal>#!/bin/sh
|
||||
|
||||
# Begin $rc_base/rc.iptables
|
||||
|
@ -172,7 +172,7 @@ makeinfo --plaintext -o doc/heimdal.txt doc/heimdal.texi</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>mv -v /usr/include/fnmatch.h /usr/include/fnmatch.h.glibc &&
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>mv -v /usr/include/fnmatch.h /usr/include/fnmatch.h.glibc &&
|
||||
mv -v /usr/include/glob.h /usr/include/glob.h.glibc &&
|
||||
|
||||
mv -v /usr/include/ss/ss.h /usr/include/ss/ss.h.e2fsprogs &&
|
||||
@ -242,7 +242,7 @@ install -v -m644 doc/heimdal.{dvi,ps,pdf,html,txt} \
|
||||
<application>E2fsprogs</application> package. These commands rename the
|
||||
original files before the installation, and then restore them (after
|
||||
renaming the new <application>Heimdal</application> files) after the
|
||||
installation.</para>
|
||||
installation.</para>
|
||||
|
||||
<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch
|
||||
puts the daemon programs into
|
||||
|
@ -102,7 +102,7 @@
|
||||
package, then build a new <filename>latex.fmt</filename> file using the
|
||||
following commands:</para>
|
||||
|
||||
<screen role="root"><userinput>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
|
||||
-e "s/memory hog.../&\npool_size.context = 750000/" \
|
||||
$(kpsewhich texmf.cnf) &&
|
||||
cat >> $(kpsewhich texmf.cnf) << "EOF"
|
||||
|
@ -88,7 +88,7 @@ cp -v -af docbook.cat *.dtd ent/ *.mod \
|
||||
<filename>/etc/xml/docbook</filename> catalog file by running the following
|
||||
commands as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>if [ ! -e /etc/xml/docbook ]; then
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>if [ ! -e /etc/xml/docbook ]; then
|
||||
xmlcatalog --noout --create /etc/xml/docbook
|
||||
fi &&
|
||||
xmlcatalog --noout --add "public" \
|
||||
|
@ -240,7 +240,7 @@ cp /etc/localtime /srv/named/etc</userinput></screen>
|
||||
<command>named</command> will read the location of zone files, root
|
||||
name servers and secure DNS keys:</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /srv/named/etc/named.conf << "EOF"
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat > /srv/named/etc/named.conf << "EOF"
|
||||
<literal> options {
|
||||
directory "/etc/namedb";
|
||||
pid-file "/var/run/named.pid";
|
||||
|
@ -164,7 +164,7 @@ make</userinput></screen>
|
||||
consult the website at <ulink url="http://www.proftpd.org/"/> for
|
||||
example configurations.</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/proftpd.conf << "EOF"
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat > /etc/proftpd.conf << "EOF"
|
||||
<literal># This is a basic ProFTPD configuration file
|
||||
# It establishes a single server and a single anonymous login.
|
||||
|
||||
|
@ -146,7 +146,7 @@ EOF</userinput></screen>
|
||||
alternative: <command>ssh</command>.</para>
|
||||
</note>
|
||||
|
||||
<screen role="root"><userinput>install -v -d -m755 /etc/xinetd.d &&
|
||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>install -v -d -m755 /etc/xinetd.d &&
|
||||
cat > /etc/xinetd.d/login << "EOF" &&
|
||||
<literal># Begin /etc/xinetd.d/login
|
||||
|
||||
|
@ -239,7 +239,7 @@ cd ../xcbuild &&
|
||||
out with the default settings shown.</para>
|
||||
</note>
|
||||
|
||||
<screen><userinput>cat > config/cf/host.def << "EOF"
|
||||
<screen><?dbfo keep-together="auto"?><userinput>cat > config/cf/host.def << "EOF"
|
||||
<literal>/* Begin XFree86 host.def file */
|
||||
|
||||
/* COMPILER SETTINGS
|
||||
@ -268,9 +268,9 @@ cd ../xcbuild &&
|
||||
*
|
||||
#define XF86CardDrivers mga glint nv tga s3 s3virge sis xgi rendition \
|
||||
neomagic i740 tdfx savage cirrus vmware tseng \
|
||||
trident chips aspeed apm GlideDriver i128 NscDriver \
|
||||
ati i810 AgpGartDrivers DevelDrivers ark cyrix \
|
||||
siliconmotion via fbdev vesa vga dummy \
|
||||
trident chips aspeed apm GlideDriver i128 \
|
||||
NscDriver ati i810 AgpGartDrivers DevelDrivers ark \
|
||||
cyrix siliconmotion via fbdev vesa vga dummy \
|
||||
XF86OSCardDrivers XF86ExtraCardDrivers
|
||||
*/
|
||||
|
||||
|
@ -84,7 +84,8 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -dv -m755 $XORG_PREFIX/share/doc/xkeyboard-config-&xkeyboard-config-version; &&
|
||||
install -v -m644 docs/{README,HOWTO}* $XORG_PREFIX/share/doc/xkeyboard-config-&xkeyboard-config-version;</userinput></screen>
|
||||
install -v -m644 docs/{README,HOWTO}* \
|
||||
$XORG_PREFIX/share/doc/xkeyboard-config-&xkeyboard-config-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -109,7 +109,7 @@
|
||||
<filename>.mozconfig</filename>). Create the file by issuing the following
|
||||
command:</para>
|
||||
|
||||
<screen><userinput>cat > .mozconfig << "EOF"
|
||||
<screen><?dbfo keep-together="auto"?><userinput>cat > .mozconfig << "EOF"
|
||||
<literal># This file contains the options used in the Firefox build. You may
|
||||
# need to specify additional options for your specific build needs.
|
||||
# Use the information provided by running './configure --help' to
|
||||
|
@ -154,7 +154,7 @@
|
||||
<filename>.mozconfig</filename>). Create the file by issuing the following
|
||||
command:</para>
|
||||
|
||||
<screen><userinput>cat > .mozconfig << "EOF"
|
||||
<screen><?dbfo keep-together="auto"?><userinput>cat > .mozconfig << "EOF"
|
||||
<literal># This file contains the options used in the SeaMonkey build. You may
|
||||
# need to specify additional options for your specific build needs.
|
||||
# Use the information provided by running './configure --help' to
|
||||
|
@ -131,7 +131,7 @@
|
||||
<filename>.mozconfig</filename>). Create the file by issuing the following
|
||||
command:</para>
|
||||
|
||||
<screen><userinput>cat > .mozconfig << "EOF"
|
||||
<screen><?dbfo keep-together="auto"?><userinput>cat > .mozconfig << "EOF"
|
||||
<literal># This file contains the options used in the Thunderbird build. You may
|
||||
# need to specify additional options for your specific build needs.
|
||||
# Use the information provided by running './configure --help' to
|
||||
|
Loading…
Reference in New Issue
Block a user