diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 2dd2d4f786..755c5a6821 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -20,7 +20,8 @@ who wrote what.
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.
+build problem; updated Glossary; removed bison patch, added init script and
+added commands and descriptions to NAS.
July 30th, 2004 [igor]: Updated to PHP-5.0.0.
diff --git a/multimedia/libdriv/nas.xml b/multimedia/libdriv/nas.xml
index f12d4d841e..d6a0b53fc8 100644
--- a/multimedia/libdriv/nas.xml
+++ b/multimedia/libdriv/nas.xml
@@ -30,11 +30,11 @@ transport system. It can be described as the audio equivalent of an
Estimated build time: &nas-time;
-Additional downloads
+
NAS dependencies
Required
@@ -50,8 +50,8 @@ url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/>
Install NAS by running the
following commands:
-patch -Np1 -i ../nas-&nas-version;-bison_fix-1.patch &&
-xmkmf &&
+
+xmkmf &&
make Makefiles &&
make includes &&
make depend &&
@@ -84,10 +84,30 @@ prefix. They also install the man pages.
Configuring NAS
-Configuration Information
+Configuring NAS
-
+
+Config Files
+/etc/nas/nasd.conf
+
+
+Configuration Information
+Create the NAS configuration file using the
+following command:
+cp /etc/nas/nasd.conf.eg /etc/nas/nasd.conf
+Edit the new configuration file to suit your network and system needs.
+
+Install the /etc/rc.d/init.d/nas init script
+included in the
+package.
+
+make install-nas
+
+The init script uses a default parameter to allow access to all hosts on
+the network. Review the nasd man page for other available
+parameters if you need to modify the script.
+
@@ -96,7 +116,51 @@ prefix. They also install the man pages.
Contents
The NAS package contains
-NAS utilities, headers and libraries.
+auconvert, auctl,
+audemo, audial,
+auedit, auinfo,
+aupanel, auplay,
+aurecord, auscope,
+autool, auwave,
+auphone, checkmail,
+nasd, issndfile,
+playbucket, soundtoh and the
+libaudio libraries.
+
+
+
+
+Description
+
+au{utilities}
+The au{utilities} 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.
+
+
+checkmail
+checkmail plays a sound file when the user receives
+mail.
+
+
+nasd
+nasd is the Network Audio System server daemon.
+
+
+issndfile
+issndfile checks if a file is in a recognized audio
+file format.
+
+
+playbucket
+playbucket plays, or creates, the bucket
+corresponding to the specified file.
+
+
+soundtoh
+soundtoh converts a sound file to a C language header
+file.
+