From 4ea9be5467b6274ec2074af8c6438d42415d8fb6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Apr 2003 14:01:19 +0000 Subject: Regenerate docs (This used to be commit 3d61303ea9783e01796a90e74efb3457ef76497f) --- docs/htmldocs/compiling.html | 114 +++++++++++++++++++++++++++++++------------ 1 file changed, 84 insertions(+), 30 deletions(-) (limited to 'docs/htmldocs/compiling.html') diff --git a/docs/htmldocs/compiling.html b/docs/htmldocs/compiling.html index c336b388ba..c387dd72fb 100644 --- a/docs/htmldocs/compiling.html +++ b/docs/htmldocs/compiling.html @@ -74,7 +74,7 @@ CLASS="CHAPTER" >Chapter 30. How to compile SAMBAChapter 31. How to compile SAMBA

You can obtain the samba source from the

30.1. Access Samba source code via CVS31.1. Access Samba source code via CVS

30.1.1. Introduction31.1.1. Introduction

Samba is developed in an open environment. Developers use CVS @@ -117,8 +117,8 @@ CLASS="SECT2" >

30.1.2. CVS Access to samba.org31.1.2. CVS Access to samba.org

The machine samba.org runs a publicly accessible CVS @@ -130,8 +130,8 @@ CLASS="SECT3" >

30.1.2.1. Access via CVSweb31.1.2.1. Access via CVSweb

You can access the source code via your @@ -151,8 +151,8 @@ CLASS="SECT3" >

30.1.2.2. Access via cvs31.1.2.2. Access via cvs

You can also access the source code via a @@ -256,8 +256,8 @@ CLASS="SECT1" >

30.2. Accessing the samba sources via rsync and ftp31.2. Accessing the samba sources via rsync and ftp

pserver.samba.org also exports unpacked copies of most parts of the CVS tree at

30.3. Building the Binaries31.3. Building the Binaries

To do this, first run the program

30.3.1. Compiling samba with Active Directory support31.3.1. Compiling samba with Active Directory support

In order to compile samba with ADS support, you need to have installed @@ -420,8 +420,8 @@ CLASS="SECT3" >

30.3.1.1. Installing the required packages for Debian31.3.1.1. Installing the required packages for Debian

On Debian you need to install the following packages:

30.3.1.2. Installing the required packages for RedHat31.3.1.2. Installing the required packages for RedHat

On RedHat this means you should have at least:

30.4. Starting the smbd and nmbd31.4. Starting the smbd and nmbd

You must choose to start smbd and nmbd either @@ -533,8 +533,8 @@ CLASS="SECT2" >

30.4.1. Starting from inetd.conf31.4.1. Starting from inetd.conf

NOTE; The following will be different if @@ -578,8 +578,28 @@ CLASS="FILENAME" > varies between unixes. Look at the other entries in inetd.conf for a guide.

NOTE: Some unixes already have entries like netbios_ns +>Some unixes already have entries like netbios_ns (note the underscore) in /etc/services/etc/inetd.conf to make them consistent.

NOTE: On many systems you may need to use the - "interfaces" option in smb.conf to specify the IP address +>

On many systems you may need to use the + interfaces option in smb.conf to specify the IP address and netmask of your interfaces. Run ifconfig tries to determine it at run time, but fails on some unixes.

30.4.2. Alternative: starting it as a daemon31.4.2. Alternative: starting it as a daemon

To start the server as a daemon you should create -- cgit