Removed bison patch, added init script, configuration information and command descriptions to NAS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2531 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-07-31 22:16:17 +00:00
parent 721f994b5a
commit 7d8442f10f
2 changed files with 73 additions and 8 deletions

View File

@ -20,7 +20,8 @@ who wrote what.</para>
<listitem><para>July 31th, 2004 [randy]: Added Lynx as an optional dependency
and added command descriptions to LessTif; added patch to iptables to fix a
build problem; updated Glossary.</para></listitem>
build problem; updated Glossary; removed bison patch, added init script and
added commands and descriptions to NAS.</para></listitem>
<listitem><para>July 30th, 2004 [igor]: Updated to PHP-5.0.0.</para></listitem>

View File

@ -30,11 +30,11 @@ transport system. It can be described as the audio equivalent of an
<listitem><para>Estimated build time: &nas-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<!-- <sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
</itemizedlist></sect3>
</itemizedlist></sect3> -->
<sect3><title><application>NAS</application> dependencies</title>
<sect4><title>Required</title>
@ -50,8 +50,8 @@ url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
<para>Install <application><acronym>NAS</acronym></application> by running the
following commands:</para>
<screen><userinput><command>patch -Np1 -i ../nas-&nas-version;-bison_fix-1.patch &amp;&amp;
xmkmf &amp;&amp;
<!-- <screen><userinput><command>patch -Np1 -i ../nas-&nas-version;-bison_fix-1.patch &amp;&amp; -->
<screen><userinput><command>xmkmf &amp;&amp;
make Makefiles &amp;&amp;
make includes &amp;&amp;
make depend &amp;&amp;
@ -84,10 +84,30 @@ prefix. They also install the man pages.</para>
<sect2>
<title>Configuring <acronym>NAS</acronym></title>
<sect3><title>Configuration Information</title>
<sect3><title>Configuring <application>NAS</application></title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> -->
<sect4><title>Config Files</title>
<para><filename>/etc/nas/nasd.conf</filename></para>
</sect4>
<sect4><title>Configuration Information</title>
<para>Create the <application>NAS</application> configuration file using the
following command:</para>
<screen><userinput><command>cp /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</command></userinput></screen>
<para>Edit the new configuration file to suit your network and system needs.</para>
<para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
included in the <xref linkend="intro-important-bootscripts"/>
package.</para>
<screen><userinput><command>make install-nas</command></userinput></screen>
<para>The init script uses a default parameter to allow access to all hosts on
the network. Review the <command>nasd</command> man page for other available
parameters if you need to modify the script.</para>
</sect4>
</sect3>
</sect2>
@ -96,7 +116,51 @@ prefix. They also install the man pages.</para>
<title>Contents</title>
<para>The <application><acronym>NAS</acronym></application> package contains
<acronym>NAS</acronym> utilities, headers and libraries.</para>
<command>auconvert</command>, <command>auctl</command>,
<command>audemo</command>, <command>audial</command>,
<command>auedit</command>, <command>auinfo</command>,
<command>aupanel</command>, <command>auplay</command>,
<command>aurecord</command>, <command>auscope</command>,
<command>autool</command>, <command>auwave</command>,
<command>auphone</command>, <command>checkmail</command>,
<command>nasd</command>, <command>issndfile</command>,
<command>playbucket</command>, <command>soundtoh</command> and the
<filename class='libraryfile'>libaudio</filename> libraries.</para>
</sect2>
<sect2>
<title>Description</title>
<sect3><title>au{utilities}</title>
<para>The <command>au{utilities}</command> are a collection of tools to
convert, play, edit, record, and manipulate sound files. See the respective
man page for each utility for a full description.</para>
</sect3>
<sect3><title>checkmail</title>
<para><command>checkmail</command> plays a sound file when the user receives
mail.</para>
</sect3>
<sect3><title>nasd</title>
<para><command>nasd</command> is the Network Audio System server daemon.</para>
</sect3>
<sect3><title>issndfile</title>
<para><command>issndfile</command> checks if a file is in a recognized audio
file format.</para>
</sect3>
<sect3><title>playbucket</title>
<para><command>playbucket</command> plays, or creates, the bucket
corresponding to the specified file.</para>
</sect3>
<sect3><title>soundtoh</title>
<para><command>soundtoh</command> converts a sound file to a C language header
file.</para>
</sect3>
</sect2>