2002-08-20 13:54:06 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation command explanations</title>
|
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><screen><command>mkdir -p /etc/samba/private
|
|
|
|
mkdir -p /var/cache/samba</command></screen>
|
|
|
|
Directories needed for proper operation of the <command>smbd</command>
|
|
|
|
and <command>nmbd</command> daemons.</para>
|
2002-08-20 13:54:06 +08:00
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><command>--prefix=/usr</command> : Sets the prefix for almost
|
2003-04-21 22:00:15 +08:00
|
|
|
all the file paths to <filename>/usr</filename>.</para>
|
2002-08-20 13:54:06 +08:00
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><command>--sysconfdir=/etc</command> : Sets the configuration
|
2003-04-21 22:00:15 +08:00
|
|
|
file directory to avoid the default of <filename>/usr/etc</filename>.</para>
|
2002-08-20 13:54:06 +08:00
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><command>--localstatedir=/var</command> : Sets the variable
|
2003-04-21 22:00:15 +08:00
|
|
|
data directory to avoid the default of <filename>/usr/var</filename>.</para>
|
2002-11-22 08:31:25 +08:00
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><command>--with-fhs</command> : Assigns all other file paths in a manner
|
|
|
|
compliant with the Filesystem Hierarchy Standard (FHS).</para>
|
2002-11-22 08:31:25 +08:00
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><command>--with-smbmount</command> : Orders the creation of an extra
|
|
|
|
binary for use by the <command>mount</command> command so that mounting remote
|
|
|
|
<acronym>SMB</acronym> (windows) shares becomes no more complex than mounting
|
|
|
|
remote <acronym>NFS</acronym> shares.</para>
|
2002-11-22 08:31:25 +08:00
|
|
|
|
2003-09-24 09:20:44 +08:00
|
|
|
<para><command>rm -rf /usr/private</command> : Removes a directory
|
2003-04-21 22:00:15 +08:00
|
|
|
erroneously created by <filename>source/scripts/installbin.sh</filename> during the make install.</para>
|
2002-09-26 11:28:43 +08:00
|
|
|
|
2002-08-20 13:54:06 +08:00
|
|
|
</sect2>
|