Author: djensen
Date: 2005-06-17 06:46:59 -0600 (Fri, 17 Jun 2005)
New Revision: 4617
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/jdk.xml
Log:
added role=root to 2 configuration screens
Modified: trunk/BOOK/general/prog/jdk.xml
===================================================================
--- trunk/BOOK/general/prog/jdk.xml 2005-06-16 20:04:11 UTC (rev 4616)
+++ trunk/BOOK/general/prog/jdk.xml 2005-06-17 12:46:59 UTC (rev 4617)
@@ -313,15 +313,16 @@
<para>There are now two Java 2 SDKs installed in
<filename>/opt/jdk</filename>. You should decide on which one you
would like to use as the default. For example if you decide to use the
source
- compiled <application>JDK</application>, do the following:</para>
+ compiled <application>JDK</application>, do the following as the
+ <systemitem class="username">root</systemitem> user:</para>
-<screen><userinput>ln -v -nsf jdk-&jdk-src-version;
/opt/jdk/jdk</userinput></screen>
+<screen> role="root"<userinput>ln -v -nsf jdk-&jdk-src-version;
/opt/jdk/jdk</userinput></screen>
<para>Add the following <filename>jdk.sh</filename> shell startup file to
the <filename>/etc/profile.d</filename> directory with the following
- commands:</para>
+ commands as the <systemitem class="username">root</systemitem> user:</para>
-<screen><userinput>cat > /etc/profile.d/jdk.sh << "EOF"
+<screen> role="root"<userinput>cat > /etc/profile.d/jdk.sh << "EOF"
<literal># Begin /etc/profile.d/jdk.sh
# Set JAVA_HOME directory
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-06-16 20:04:11 UTC (rev 4616)
+++ trunk/BOOK/general.ent 2005-06-17 12:46:59 UTC (rev 4617)
@@ -1,4 +1,4 @@
-<!ENTITY day "16">
+<!ENTITY day "17">
<!ENTITY month "06">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page