2002-08-20 13:54:06 +08:00
<sect2 >
<title > Installation command explanations</title>
2002-11-22 08:31:25 +08:00
<para > <screen > <userinput > mkdir -p /etc/samba/private
2003-04-06 00:32:17 +08:00
mkdir -p /var/cache/samba</userinput> </screen>
2002-11-22 08:31:25 +08:00
Directories needed for proper operation of the smbd and nmbd daemons.</para>
2002-08-20 13:54:06 +08:00
2003-04-06 00:32:17 +08:00
<para > <userinput > --prefix=/usr</userinput> : Sets the prefix for almost all the file paths to /usr.</para>
2002-08-20 13:54:06 +08:00
2003-04-06 00:32:17 +08:00
<para > <userinput > --sysconfdir=/etc</userinput> : Sets the configuration file directory to avoid the default of /usr/etc.</para>
2002-08-20 13:54:06 +08:00
2003-04-06 00:32:17 +08:00
<para > <userinput > --localstatedir=/var</userinput> : Sets the variable data directory to avoid the default of /usr/var.</para>
2002-11-22 08:31:25 +08:00
2003-04-06 00:32:17 +08:00
<para > <userinput > --with-fhs</userinput> : Assigns all other file paths in a manner compliant with the Filesystem Hierarchy Standard.</para>
2002-11-22 08:31:25 +08:00
2003-04-06 00:32:17 +08:00
<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>
2002-11-22 08:31:25 +08:00
2003-04-06 00:32:17 +08:00
<para > <userinput > rm -rf /usr/private</userinput> : Removes a directory erroneously created by source/scripts/installbin.sh during the make install.</para>
2002-09-26 11:28:43 +08:00
2002-08-20 13:54:06 +08:00
</sect2>