Author: randy
Date: 2008-03-24 22:00:38 -0600 (Mon, 24 Mar 2008)
New Revision: 7311

Modified:
   trunk/BOOK/server/databases/db.xml
Log:
Modified the chown command in the Berkeley DB instructions

Modified: trunk/BOOK/server/databases/db.xml
===================================================================
--- trunk/BOOK/server/databases/db.xml  2008-03-25 02:32:52 UTC (rev 7310)
+++ trunk/BOOK/server/databases/db.xml  2008-03-25 04:00:38 UTC (rev 7311)
@@ -168,9 +168,12 @@
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; 
install &amp;&amp;
-chown -v root:root /usr/bin/db_* /usr/lib/libdb* /usr/include/db* &amp;&amp;
-chown -v root:root /usr/bin/berkeley_db_svc &amp;&amp;
-chown -v -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
+chown -v -R root:root \
+      /usr/bin/berkeley_db_svc \
+      /usr/bin/db_* \
+      /usr/include/db{,_185,_cxx}.h \
+      /usr/lib/libdb{{,_cxx}.a,{,_cxx,_java,_tcl}-4.5.{so,a,la}} \
+      /usr/share/doc/db-&db-version;</userinput></screen>
 
   </sect2>
 
@@ -202,13 +205,12 @@
 
     <para><command>make docdir=/usr/share/doc/db-&db-version;
     install</command>: This installs the documentation in
-    the correct location instead of
+    the standard location instead of
     <filename class='directory'>/usr/docs</filename>.</para>
 
-    <para><command>chown -v root:root /usr/bin/berkeley_db_svc</command>:
-    This command changes the ownership of the RPC server program. It is only
-    required if you passed <parameter>--enable-rpc</parameter> to the
-    <command>configure</command> script.</para>
+    <para><command>chown -v -R root:root ...</command>:This command changes
+    the ownership of various installed files from the uid:gid of the
+    builder to root:root.</para>
 
   </sect2>
 
@@ -227,7 +229,7 @@
 
       <seglistitem>
         <seg>berkeley_db_svc</seg>
-        <seg>libdb_java.{so,a} and libdb_tcl.{so,a}</seg>
+        <seg>libdb_java.{so,a}, libdb_tcl.{so,a} and db.jar</seg>
         <seg>/usr/share/doc/db-&db-version;</seg>
       </seglistitem>
     </segmentedlist>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to