mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
f99fe1cf0c
commit
2c651a408a
@ -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" >> /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" >>
|
||||
/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>
|
||||
|
@ -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" >> /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" >> /etc/inetd.conf :</userinput> Instruct inetd where to find and how to run swat.</para>
|
||||
</sect2>
|
||||
|
@ -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 "">
|
||||
|
Loading…
Reference in New Issue
Block a user