Version incrememt, move swat daemon configuration explanation.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@340 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2002-10-18 19:51:46 +00:00
parent f99fe1cf0c
commit 2c651a408a
3 changed files with 10 additions and 5 deletions

View File

@ -25,6 +25,15 @@ This command creates a machine trust account, necessary only for
Windows 2000/NT servers to authenticate to our new PDC. Machine trust
accounts are not necessary for Win95/98 clients.</para>
<para>
<userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput>
Register the swat service to run on port 901.</para>
<para><userinput>
echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
/etc/inetd.conf :</userinput> Instruct inetd where to find and how to
run swat.</para>
<para>
<userinput>
ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba, etc. :</userinput>

View File

@ -11,8 +11,4 @@ Directories needed for Samba Web Administration tool.</para>
<para><userinput>--with-swatdir=/var/www/swat :</userinput> Location of Samba Web Administration Tool files.</para>
<para><userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput> Register the swat service to run on port 901.</para>
<para><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat
swat" &gt;&gt; /etc/inetd.conf :</userinput> Instruct inetd where to find and how to run swat.</para>
</sect2>

View File

@ -6,7 +6,7 @@
<!ENTITY samba-desc SYSTEM "samba-desc.xml">
<!ENTITY samba-config SYSTEM "samba-config.xml">
<!ENTITY samba-buildsize "37 MB">
<!ENTITY samba-version "2.2.5">
<!ENTITY samba-version "2.2.6">
<!ENTITY samba-download-http
"http://us1.samba.org/samba/ftp/samba-latest.tar.gz">
<!ENTITY samba-download-ftp "">