Author: bdubbs
Date: 2012-06-10 10:40:18 -0600 (Sun, 10 Jun 2012)
New Revision: 10289
Modified:
trunk/BOOK/postlfs/config/lsb-release.xml
trunk/BOOK/postlfs/security/cacerts.xml
trunk/BOOK/xsoft/graphweb/seamonkey.xml
Log:
Minor changes to role tags.
Readjust patch presentation in seamonkey.
Modified: trunk/BOOK/postlfs/config/lsb-release.xml
===================================================================
--- trunk/BOOK/postlfs/config/lsb-release.xml 2012-06-10 00:10:21 UTC (rev
10288)
+++ trunk/BOOK/postlfs/config/lsb-release.xml 2012-06-10 16:40:18 UTC (rev
10289)
@@ -72,7 +72,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen><userinput>install -v -m 644 lsb_release.1
/usr/share/man/man1/lsb_release.1 &&
+<screen role="root"><userinput>install -v -m 644 lsb_release.1
/usr/share/man/man1/lsb_release.1 &&
install -v -m 755 lsb_release /usr/bin/lsb_release</userinput></screen>
</sect2>
Modified: trunk/BOOK/postlfs/security/cacerts.xml
===================================================================
--- trunk/BOOK/postlfs/security/cacerts.xml 2012-06-10 00:10:21 UTC (rev
10288)
+++ trunk/BOOK/postlfs/security/cacerts.xml 2012-06-10 16:40:18 UTC (rev
10289)
@@ -74,7 +74,7 @@
form needed by <application>openssl</application>. As the <systemitem
class="username">root</systemitem> user:</para>
- <screen><userinput>cat > /bin/make-cert.pl << "EOF"
+ <screen role="root"><userinput>cat > /bin/make-cert.pl << "EOF"
#!/usr/bin/perl -w
# Used to generate PEM encoded files from Mozilla certdata.txt.
@@ -134,7 +134,7 @@
create this script as the <systemitem class="username">root</systemitem>
user:</para>
- <screen><userinput>cat > /bin/make-ca.sh << "EOF"
+ <screen role="root"><userinput>cat > /bin/make-ca.sh << "EOF"
#!/bin/bash
# Begin make-ca.sh
# Script to populate OpenSSL's CApath from a bundle of PEM formatted CAs
@@ -238,7 +238,7 @@
Again create this script as the <systemitem
class="username">root</systemitem> user:</para>
- <screen><userinput>cat > /bin/remove-expired-certs.sh << "EOF"
+ <screen role="root"><userinput>cat > /bin/remove-expired-certs.sh <<
"EOF"
#!/bin/bash
# Begin /bin/remove-expired-certs.sh
#
@@ -313,7 +313,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen><userinput>SSLDIR=/etc/ssl
&&
+<screen role="root"><userinput>SSLDIR=/etc/ssl
&&
install -d ${SSLDIR}/certs &&
cp -v certs/*.pem ${SSLDIR}/certs &&
c_rehash &&
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml 2012-06-10 00:10:21 UTC (rev
10288)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml 2012-06-10 16:40:18 UTC (rev
10289)
@@ -146,8 +146,7 @@
issuing the following command:
</para>
-<screen><?dbfo keep-together="auto"?><userinput>patch -p1 <
../seamonkey-&seamonkey-version;-package-manifest-1.diff &&
-cat > mozconfig << "EOF"
+<screen><?dbfo keep-together="auto"?><userinput>cat > mozconfig <<
"EOF"
# If you have a multicore machine you can speed up the build by running
# several jobs at once, but if you have a single core, delete this line:
mk_add_options MOZ_MAKE_FLAGS="-j4"
@@ -192,6 +191,11 @@
ac_add_options --with-system-zlib
EOF</userinput></screen>
+ <para>Now fix an issue that may cause the installer to fail under some
+ conditions:</para>
+
+<screen><userinput>patch -Np1 -i
../seamonkey-&seamonkey-version;-package-manifest-1.patch</userinput></screen>
+
<para>
Compile <application>SeaMonkey</application> by running the following
command:
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page