Author: manuel
Date: 2007-07-06 15:22:19 -0600 (Fri, 06 Jul 2007)
New Revision: 6838
Modified:
trunk/BOOK/postlfs/config/compressdoc.xml
trunk/BOOK/postlfs/config/profile.xml
trunk/BOOK/postlfs/security/firewalling.xml
trunk/BOOK/postlfs/security/heimdal.xml
trunk/BOOK/pst/typesetting/jadetex.xml
trunk/BOOK/pst/xml/docbook.xml
trunk/BOOK/server/major/bind.xml
trunk/BOOK/server/major/proftpd.xml
trunk/BOOK/server/major/xinetd.xml
trunk/BOOK/x/installing/xfree86.xml
trunk/BOOK/x/installing/xkeyboard-config.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/graphweb/seamonkey.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Log:
PDF fixes: Added keep-together PI to long screen blocks.
Bu sure that all sceen lines have <78 characteres.
Modified: trunk/BOOK/postlfs/config/compressdoc.xml
===================================================================
--- trunk/BOOK/postlfs/config/compressdoc.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/postlfs/config/compressdoc.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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
#
Modified: trunk/BOOK/postlfs/config/profile.xml
===================================================================
--- trunk/BOOK/postlfs/config/profile.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/postlfs/config/profile.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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 <[EMAIL PROTECTED]>
Modified: trunk/BOOK/postlfs/security/firewalling.xml
===================================================================
--- trunk/BOOK/postlfs/security/firewalling.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/postlfs/security/firewalling.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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 @@
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
Modified: trunk/BOOK/postlfs/security/heimdal.xml
===================================================================
--- trunk/BOOK/postlfs/security/heimdal.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/postlfs/security/heimdal.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -172,7 +172,7 @@
<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 @@
<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
Modified: trunk/BOOK/pst/typesetting/jadetex.xml
===================================================================
--- trunk/BOOK/pst/typesetting/jadetex.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/pst/typesetting/jadetex.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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"
Modified: trunk/BOOK/pst/xml/docbook.xml
===================================================================
--- trunk/BOOK/pst/xml/docbook.xml 2007-07-06 01:00:04 UTC (rev 6837)
+++ trunk/BOOK/pst/xml/docbook.xml 2007-07-06 21:22:19 UTC (rev 6838)
@@ -88,7 +88,7 @@
<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" \
Modified: trunk/BOOK/server/major/bind.xml
===================================================================
--- trunk/BOOK/server/major/bind.xml 2007-07-06 01:00:04 UTC (rev 6837)
+++ trunk/BOOK/server/major/bind.xml 2007-07-06 21:22:19 UTC (rev 6838)
@@ -240,7 +240,7 @@
<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";
Modified: trunk/BOOK/server/major/proftpd.xml
===================================================================
--- trunk/BOOK/server/major/proftpd.xml 2007-07-06 01:00:04 UTC (rev 6837)
+++ trunk/BOOK/server/major/proftpd.xml 2007-07-06 21:22:19 UTC (rev 6838)
@@ -164,7 +164,7 @@
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.
Modified: trunk/BOOK/server/major/xinetd.xml
===================================================================
--- trunk/BOOK/server/major/xinetd.xml 2007-07-06 01:00:04 UTC (rev 6837)
+++ trunk/BOOK/server/major/xinetd.xml 2007-07-06 21:22:19 UTC (rev 6838)
@@ -146,7 +146,7 @@
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
Modified: trunk/BOOK/x/installing/xfree86.xml
===================================================================
--- trunk/BOOK/x/installing/xfree86.xml 2007-07-06 01:00:04 UTC (rev 6837)
+++ trunk/BOOK/x/installing/xfree86.xml 2007-07-06 21:22:19 UTC (rev 6838)
@@ -239,7 +239,7 @@
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 @@
*
#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
*/
Modified: trunk/BOOK/x/installing/xkeyboard-config.xml
===================================================================
--- trunk/BOOK/x/installing/xkeyboard-config.xml 2007-07-06 01:00:04 UTC
(rev 6837)
+++ trunk/BOOK/x/installing/xkeyboard-config.xml 2007-07-06 21:22:19 UTC
(rev 6838)
@@ -84,7 +84,8 @@
<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>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml 2007-07-06 01:00:04 UTC (rev
6837)
+++ trunk/BOOK/xsoft/other/thunderbird.xml 2007-07-06 21:22:19 UTC (rev
6838)
@@ -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
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page