Changeset 6291d0e for multimedia


Ignore:
Timestamp:
05/18/2006 05:36:34 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e37e84
Parents:
ad54ac8
Message:

added sed back to luit for path, xorg7 related textual changes, and fixed nas path in nas bootscript

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/nas.xml

    rad54ac8 r6291d0e  
    4646    <title>Introduction to NAS</title>
    4747
    48     <para>The Network Audio System is a network transparent, client/server audio
    49     transport system used to read , write and play audio files in many formats
    50     including <filename>.au</filename>, <filename>.snd</filename>,
     48    <para>The Network Audio System is a network transparent, client/server
     49    audio transport system used to read , write and play audio files in many
     50    formats including <filename>.au</filename>, <filename>.snd</filename>,
    5151    <filename>.voc</filename>, <filename>.wav</filename>,
    5252    <filename>.aiff</filename>, <filename>.aif</filename> and
    53     <filename>.iff</filename>. It can be described as the audio equivalent of an
    54     <application>X</application> server.</para>
     53    <filename>.iff</filename>. It can be described as the audio equivalent
     54    of an <application>X</application> server.</para>
    5555
    5656    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104104make World</userinput></screen>
    105105
    106     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     106    <para>Now, as the <systemitem class="username">root</systemitem>
     107    user:</para>
    107108
    108109<screen role="root"><userinput>make install install.man &amp;&amp;
     
    140141      <title>Configuration Information</title>
    141142
    142       <para>Create the <application>NAS</application> configuration file using the
    143       following command:</para>
     143      <para>Create the <application>NAS</application> configuration file
     144      using the following command:</para>
    144145
    145146<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
     
    163164<screen role="root"><userinput>make install-nas</userinput></screen>
    164165
    165       <para>The init script uses a default parameter to allow access to all hosts on
    166       the network. Review the <command>nasd</command> man page for other available
    167       parameters if you need to modify the script.</para>
     166      <para>The init script uses a default prefix of
     167      <filename class="directory">/usr/X11R6</filename>.  If you've installed
     168      the X Window System into any other prefix, execute the following command
     169      to correct the script:</para>
     170
     171<screen role="root"><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@' /etc/rc.d/init.d/nasd</userinput></screen>
     172
     173      <para>The init script uses a default parameter to allow access to all
     174      hosts on the network. Review the <command>nasd</command> man page for
     175      other available parameters if you need to modify the script.</para>
    168176
    169177    </sect3>
     
    180188
    181189      <seglistitem>
    182         <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone,
    183         auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd,
    184         playbucket, and soundtoh</seg>
     190        <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel,
     191        auphone, auplay, aurecord, auscope, autool, auwave, checkmail,
     192        issndfile, nasd, playbucket, and soundtoh</seg>
    185193        <seg>libaudio.{so,a}</seg>
    186194        <seg>/etc/nas and /usr/X11R6/include/audio</seg>
     
    197205        <listitem>
    198206          <para>are a collection of tools to convert, play, edit, record,
    199           and manipulate sound files. See the respective man page for each utility
    200           for a full description of each one.</para>
     207          and manipulate sound files. See the respective man page for each
     208          utility for a full description of each one.</para>
    201209          <indexterm zone="nas au-utilities">
    202210            <primary sortas="b-au-utilities">au{utilities}</primary>
Note: See TracChangeset for help on using the changeset viewer.