Changeset 35a18d26


Ignore:
Timestamp:
03/25/2008 04:00:38 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d155489
Parents:
cff8f9e
Message:

Modified the chown command in the Berkeley DB instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7311 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    rcff8f9e r35a18d26  
    169169
    170170<screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; install &amp;&amp;
    171 chown -v root:root /usr/bin/db_* /usr/lib/libdb* /usr/include/db* &amp;&amp;
    172 chown -v root:root /usr/bin/berkeley_db_svc &amp;&amp;
    173 chown -v -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
     171chown -v -R root:root \
     172      /usr/bin/berkeley_db_svc \
     173      /usr/bin/db_* \
     174      /usr/include/db{,_185,_cxx}.h \
     175      /usr/lib/libdb{{,_cxx}.a,{,_cxx,_java,_tcl}-4.5.{so,a,la}} \
     176      /usr/share/doc/db-&db-version;</userinput></screen>
    174177
    175178  </sect2>
     
    203206    <para><command>make docdir=/usr/share/doc/db-&db-version;
    204207    install</command>: This installs the documentation in
    205     the correct location instead of
     208    the standard location instead of
    206209    <filename class='directory'>/usr/docs</filename>.</para>
    207210
    208     <para><command>chown -v root:root /usr/bin/berkeley_db_svc</command>:
    209     This command changes the ownership of the RPC server program. It is only
    210     required if you passed <parameter>--enable-rpc</parameter> to the
    211     <command>configure</command> script.</para>
     211    <para><command>chown -v -R root:root ...</command>:This command changes
     212    the ownership of various installed files from the uid:gid of the
     213    builder to root:root.</para>
    212214
    213215  </sect2>
     
    228230      <seglistitem>
    229231        <seg>berkeley_db_svc</seg>
    230         <seg>libdb_java.{so,a} and libdb_tcl.{so,a}</seg>
     232        <seg>libdb_java.{so,a}, libdb_tcl.{so,a} and db.jar</seg>
    231233        <seg>/usr/share/doc/db-&db-version;</seg>
    232234      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.