Changeset 2a00b77 for server/other


Ignore:
Timestamp:
02/27/2014 05:10:28 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
0f039bc
Parents:
0c77b5ab
Message:

Intermediate commit of tags and fixes for KDE.

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

Location:
server/other
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/other/soprano.xml

    r0c77b5ab r2a00b77  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    117117
    118118<screen><userinput>patch -Np1 -i ../soprano-&soprano-version;-dbus-1.patch &amp;&amp;
     119
    119120mkdir build &amp;&amp;
    120 cd build    &amp;&amp;
     121cd    build &amp;&amp;
     122
    121123cmake -DCMAKE_INSTALL_PREFIX=/usr \
    122124      -DCMAKE_BUILD_TYPE=Release  \
     
    153155    <para>
    154156      Create a directory where <application>Soprano</application> places some
    155       runtime data:
     157      runtime data as the <systemitem class="username">root</systemitem> user:
    156158    </para>
    157159
     
    161163      The <command>sopranod</command> accepts some parameters. To configure
    162164      how the bootscript starts <command>sopranod</command>,
    163       create a configuration file:
     165      create a configuration file again as the
     166      <systemitem class="username">root</systemitem> user:
    164167    </para>
    165168
     
    190193        automatically when the system is booted, install the
    191194        <filename>/etc/rc.d/init.d/soprano</filename> init script included
    192         in the <xref linkend="bootscripts"/> package.
     195        in the <xref linkend="bootscripts"/> package as the 
     196        <systemitem class="username">root</systemitem> user:
    193197      </para>
    194198
  • server/other/virtuoso.xml

    r0c77b5ab r2a00b77  
    3737    Platform.</para>
    3838
    39     &lfs74_built;
     39    &lfs75_built;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.