Update NAS. Added dependency and added boot script note

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6105 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-05-18 14:50:56 +00:00
parent 6e37e842eb
commit 86d76d8273

View File

@ -21,7 +21,7 @@
<!ENTITY nas-md5sum "c9918e9c9c95d587a95b455bbabe3b49"> <!ENTITY nas-md5sum "c9918e9c9c95d587a95b455bbabe3b49">
<!ENTITY nas-size "1.2 MB"> <!ENTITY nas-size "1.2 MB">
<!ENTITY nas-buildsize "17.8 MB"> <!ENTITY nas-buildsize "17.8 MB">
<!ENTITY nas-time "0.31 SBU"> <!ENTITY nas-time "0.3 SBU">
]> ]>
<sect1 id="nas" xreflabel="NAS-&nas-version;"> <sect1 id="nas" xreflabel="NAS-&nas-version;">
@ -86,7 +86,8 @@
<bridgehead renderas="sect3">NAS Dependencies</bridgehead> <bridgehead renderas="sect3">NAS Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="x-window-system"/></para> <para role="required"><xref linkend="x-window-system"/> and
<xref linkend="rman"/> (if <application>Xorg7</application>)</para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/nas"/></para> <ulink url="&blfs-wiki;/nas"/></para>
@ -153,6 +154,11 @@ install -v -m644 doc/{README,actions,*.{ps,txt}} \
<sect3 id="nas-init"> <sect3 id="nas-init">
<title>Boot Script</title> <title>Boot Script</title>
<note><para>The <application>NAS</application> server is not compatible
with the <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink> or
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>
servers.</para></note>
<para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
included in the <xref linkend="bootscripts"/> included in the <xref linkend="bootscripts"/>
package.</para> package.</para>