This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / Manifest
1 Copyright (C) 1997-1998 - Samba-Team
2
3 The Samba package you have just unpacked contains the following:
4
5 Directory       Notes:
6 =========       ======
7
8 docs            (Samba Documentation):
9 ----            ----------------------
10
11         The Samba documentation for the 2.0 release has had all the man pages
12         converted to YODL source format. Because of this the man pages
13         are now available in both traditional man page format (in
14         the doc/manpages directory) and in HTML format (in the 
15         docs/htmldocs directory).
16
17         The text documentation files have been moved into a
18         docs/textdocs directory and are in the (slow) process
19         of being converted to YODL source format to allow them
20         to be easily converted to HTML/SGML.
21     
22         Note in particular two files - docs/textdocs/<your OS>_INSTALL.txt 
23         and docs/textdocs/DIAGNOSIS.txt.
24
25         There is the potential for there to be many *INSTALL.txt files, one
26         for each OS that Samba supports. However we are moving all this into
27         the new structure. For now, most people will be using UNIX_INSTALL.txt.
28
29         Please pay close attention to all the files with a .txt extension
30         in the docs/textdocs directory. Most problems can be solved by reference
31         to the two files mentioned.
32
33         The FAQ documentation can be accessed starting from Samba-meta-FAQ.html,
34         in the docs/faq directory. This is incomplete, but to quote from the 
35         abstract, it:
36         
37         "contains overview information for the Samba suite of programs, 
38         a quick-start guide, and pointers to all other Samba documentation. 
39         Other FAQs exist for specific client and server issues, and HOWTO 
40         documents for more extended topics to do with Samba software."
41
42
43 examples        (Example configuration files):
44 --------        ------------------------------
45
46         Please pay close attention to the reference smb.conf file
47         smb.conf.default that has now been included as the master guide.
48
49         Do read the smb.conf manual page in considering what settings are
50         appropriate for your site.
51
52
53 packaging       (Only for those wishing to build binary distributions):
54 ---------       -------------------------------------------------------
55
56         Currently support is included for the following Linux Distributions :
57         
58                 Pacfic HiTech, RedHat and SuSE.
59
60         In addition, packaging support is available for SGI and Solaris systems.
61         We hope that other Unix OS vendors will contribute their binary
62         distribution packaging control files - and we hope to make their binary
63         packages available on the master ftp site under:
64
65                 ftp://samba.org/pub/samba/Binary_Packages/"OS_Vendor"
66
67
68 source          (The official Samba source files - expect more of these!):
69 ------          ----------------------------------------------------------
70
71         To build your own binary files you will need a suitable ansi C
72         compiler.
73
74         For Samba 2.0 the GNU autoconf system has been adopted. In
75         order to build a default Samba for your platform cd into
76         the source/ directory and then type :
77
78                 ./configure
79
80         followed by :
81
82                 make
83
84         To install the binaries built by the above type :
85
86                 make install
87  
88         then set up your configuration files.
89
90         NOTE: OS Vendors who provide Samba binary packages will generally
91         integrate all Samba files into their preferred directory locations.
92         These may differ from the default location ALWAYS used by the Samba
93         sources. Please be careful when upgrading a vendor provided binary
94         distribution from files you have built yourself.
95