Changeset cfe26169


Ignore:
Timestamp:
10/31/2003 08:10:23 PM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, v5_0, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b3662c4
Parents:
0753e8d0
Message:

openoffice, nas, portmap fixes

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap/portmap-inst.xml

    r0753e8d0 rcfe26169  
    99make install</command></userinput></screen>
    1010
     11<note><para>The above installation places executable <filename>portmap</filename>
     12in <filename class="directory">/sbin</filename>. You may choose to move the file
     13to <filename class="directory">/usr/sbin</filename>. If you do, remember to
     14modify the bootscript.</para></note>
     15
    1116</sect2>
    1217
  • introduction/welcome/changelog.xml

    r0753e8d0 rcfe26169  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>October 31st, 2003 [tushar]: NAS: Added dependency to
     15XFree86.</para></listitem>
     16
     17<listitem><para>October 31st, 2003 [tushar]: OpenOffice: Added Printer
     18Administration description.</para></listitem>
     19
     20<listitem><para>October 31st, 2003 [tushar]: Portmap: Fixed location
     21of portmap binary.</para></listitem>
    1322
    1423<listitem><para>October 31st, 2003 [igor]: Measured SBUs where
  • multimedia/libdriv/nas/nas-intro.xml

    r0753e8d0 rcfe26169  
    1919<listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison-fix.patch"/></para></listitem>
    2020</itemizedlist></sect3>
     21
     22<sect3><title><application>NAS</application> dependencies</title>
     23<sect4><title>Required</title>
     24<para><xref linkend="xfree86"/>
     25</para></sect4>
     26</sect3>
     27
    2128</sect2>
  • xsoft/suites/openoffice/openoffice-desc.xml

    r0753e8d0 rcfe26169  
    55<command>swriter</command>,
    66<command>simpress</command>, <command>scalc</command>,
    7 <command>sdraw</command> and <command>smath</command>.</para>
     7<command>sdraw</command>, <command>smath</command>,
     8and <command>spadmin</command>.</para>
    89
    910</sect2>
     
    2627<para>Mathematical formula editor.</para></sect3>
    2728
     29<sect3><title>spadmin</title>
     30<para>OpenOffice Printer Configuration. You may need to run this if
     31you are having any priting problems.</para></sect3>
     32
    2833</sect2>
    2934
  • xsoft/suites/openoffice/openoffice-inst.xml

    r0753e8d0 rcfe26169  
    6565sed -e "s:^oo_home=.*:oo_home=openoffice:" install.orig > install &amp;&amp;
    6666./install --prefix=/opt &amp;&amp;
    67 for appl in swriter scalc sdraw simpress smath soffice
     67for appl in swriter scalc sdraw simpress smath soffice spadmin
    6868do ln -sf /opt/openoffice/program/$appl /usr/bin/$appl
    6969done</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.