mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
0482b012c6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<sect2>
|
|
<title>Installation command explanations</title>
|
|
|
|
<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>
|
|
|
|
<para><parameter>--prefix=/usr</parameter>: Sets the prefix for almost
|
|
all the file paths to <filename class="directory">/usr</filename>.</para>
|
|
|
|
<para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
|
|
file directory to avoid the default of <filename class="directory">/usr/etc</filename>.</para>
|
|
|
|
<para><parameter>--localstatedir=/var</parameter>: Sets the variable
|
|
data directory to avoid the default of <filename class="directory">/usr/var</filename>.</para>
|
|
|
|
<para><option>--with-fhs</option>: Assigns all other file paths in a manner
|
|
compliant with the Filesystem Hierarchy Standard (<acronym>FHS</acronym>).</para>
|
|
|
|
<para><option>--with-smbmount</option>: 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>
|
|
|
|
<para><command>rm -rf /usr/private</command>: Removes a directory
|
|
erroneously created by <filename>source/scripts/installbin.sh</filename> during the make install.</para>
|
|
|
|
</sect2>
|