2002-08-20 13:54:06 +08:00
<sect2 >
<title > Installation command explanations</title>
2002-09-26 11:28:43 +08:00
<para > <screen > <userinput > mkdir /var/www
mkdir /var/www/swat :</userinput> </screen>
Directories needed for Samba Web Administration tool.</para>
2002-08-20 13:54:06 +08:00
2002-09-26 11:28:43 +08:00
<para > <userinput > --sysconfigdir=/etc/samba :</userinput> Samba configuration file directory.</para>
2002-08-20 13:54:06 +08:00
2002-09-26 11:28:43 +08:00
<para > <userinput > --with-privatedir=/etc/samba/private :</userinput> Location of Samba <filename > smbpasswd</filename> and <filename > secrets.tdb</filename> file.</para>
2002-08-20 13:54:06 +08:00
2002-09-26 11:28:43 +08:00
<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>
2002-08-20 13:54:06 +08:00
<para > <userinput > echo "swat stream tcp nowait.400 root /usr/sbin/swat
2002-09-26 11:28:43 +08:00
swat" > > /etc/inetd.conf :</userinput> Instruct inetd where to find and how to run swat.</para>
2002-08-20 13:54:06 +08:00
</sect2>