mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
14951df61f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@271 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
898 B
XML
19 lines
898 B
XML
<sect2>
|
|
<title>Installation command explanations</title>
|
|
|
|
<para><screen><userinput>mkdir /var/www
|
|
mkdir /var/www/swat :</userinput></screen>
|
|
Directories needed for Samba Web Administration tool.</para>
|
|
|
|
<para><userinput>--sysconfigdir=/etc/samba :</userinput> Samba configuration file directory.</para>
|
|
|
|
<para><userinput>--with-privatedir=/etc/samba/private :</userinput> Location of Samba <filename>smbpasswd</filename> and <filename>secrets.tdb</filename> file.</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>
|