mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
2277d1bb98
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@868 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<sect2>
|
|
<title>Installation command explanations</title>
|
|
|
|
<para><screen><userinput>mkdir -p /etc/samba/private
|
|
mkdir -p /var/cache/samba</userinput></screen>
|
|
Directories needed for proper operation of the smbd and nmbd daemons.</para>
|
|
|
|
<para><userinput>--prefix=/usr</userinput> : Sets the prefix for almost
|
|
all the file paths to <filename>/usr</filename>.</para>
|
|
|
|
<para><userinput>--sysconfdir=/etc</userinput> : Sets the configuration
|
|
file directory to avoid the default of <filename>/usr/etc</filename>.</para>
|
|
|
|
<para><userinput>--localstatedir=/var</userinput> : Sets the variable
|
|
data directory to avoid the default of <filename>/usr/var</filename>.</para>
|
|
|
|
<para><userinput>--with-fhs</userinput> : Assigns all other file paths in a manner compliant with the Filesystem Hierarchy Standard.</para>
|
|
|
|
<para><userinput>--with-smbmount</userinput> : Orders the creation of an extra binary for use by the mount command so that mounting remote SMB (windows) shares becomes no more complex than mounting remote NFS shares.</para>
|
|
|
|
<para><userinput>rm -rf /usr/private</userinput> : Removes a directory
|
|
erroneously created by <filename>source/scripts/installbin.sh</filename> during the make install.</para>
|
|
|
|
</sect2>
|