mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
677a0f7b62
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@824 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
1.1 KiB
XML
21 lines
1.1 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 /usr.</para>
|
|
|
|
<para><userinput>--sysconfdir=/etc</userinput> : Sets the configuration file directory to avoid the default of /usr/etc.</para>
|
|
|
|
<para><userinput>--localstatedir=/var</userinput> : Sets the variable data directory to avoid the default of /usr/var.</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 source/scripts/installbin.sh during the make install.</para>
|
|
|
|
</sect2>
|