glfs/server/other/samba/samba-exp.xml

25 lines
1.2 KiB
XML
Raw Normal View History

<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>