mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-10 04:54:44 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@117 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
969 B
XML
25 lines
969 B
XML
<sect2>
|
|
<title>Installation command explanations</title>
|
|
|
|
<para><userinput> mkdir /var/www, mkdir /var/www/swat :
|
|
</userinput></para>
|
|
<para>Directories needed for Samba Web Administration tool.</para>
|
|
|
|
<para><userinput>--sysconfigdir=/etc/samba : </userinput></para>
|
|
<para>Samba configuration file directory.</para>
|
|
|
|
<para><userinput>--with-privatedir=/etc/samba/private : </userinput></para>
|
|
<para>Location of Samba <filename>smbpasswd</filename> and
|
|
<filename>secrets.tdb</filename> file.</para>
|
|
|
|
<para><userinput>--with-swatdir=/var/www/swat :</userinput></para>
|
|
<para>Location of Samba Web Administration Tool files.</para>
|
|
<para><userinput>echo "swat 901/tcp" >> /etc/services :
|
|
</userinput></para>
|
|
<para>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></para>
|
|
<para>Instruct inetd where to find and how to run swat.</para>
|
|
</sect2>
|