Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx
[kai/samba.git] / Manifest
index 0948d13d4c4281b2129f2052f8d992c8b7b803d5..20ee0eaab7a992c9faeb9eb327e45a81d08d1454 100644 (file)
--- a/Manifest
+++ b/Manifest
@@ -1,20 +1,31 @@
-Copyright (C) 1997 - Samba-Team
+Copyright (C) 1997-2003 - Samba-Team
 
 The Samba package you have just unpacked contains the following:
 
 Directory      Notes:
 =========      ======
 
 The Samba package you have just unpacked contains the following:
 
 Directory      Notes:
 =========      ======
+
 docs           (Samba Documentation):
 docs           (Samba Documentation):
---------------------------------------
-       Note in particular two files - INSTALL.txt and DIAGNOSIS.txt
-       You should also pay close attention to all the files with a
-       .txt extension.
+----           ----------------------
+
+       All the Samba documentation for the 3.0 release have been converted to
+       docbook format. Because of this the man pages are now available 
+       in both traditional man page format (in the docs/manpages directory) 
+       and in HTML format (in the docs/htmldocs directory).
 
 
-       Most problems can be solved by reference to the two files mentioned.
+       The Samba HOWTO Collection has undergone some rather large changes 
+       and covers all parts of configuration now. It is available 
+       as PDF (docs/Samba3-HOWTO.pdf) or in HTML format (in 
+       the docs/htmldocs directory). Those with the docbook utilities installed 
+       can generate PostScript and text versions of the HOWTO as well.
+
+       The Samba FAQ is still a work in progress, but can be found in 
+       HTML format in docs/htmldocs.
 
 
 examples       (Example configuration files):
 
 
 examples       (Example configuration files):
-----------------------------------------------
+--------       ------------------------------
+
        Please pay close attention to the reference smb.conf file
        smb.conf.default that has now been included as the master guide.
 
        Please pay close attention to the reference smb.conf file
        smb.conf.default that has now been included as the master guide.
 
@@ -23,26 +34,45 @@ examples    (Example configuration files):
 
 
 packaging      (Only for those wishing to build binary distributions):
 
 
 packaging      (Only for those wishing to build binary distributions):
------------------------------------------------------------------------
-       Currently support is included only for RedHat Linux. We hope that
-       other Unix OS vendors will contribute their binary distribution
-       packaging control files - and we hope to make their binary packages
-       available on the master ftp site under:
-               samba.anu.edu.au/pub/samba/Binary_Packages/"OS_Vendor"
+---------      -------------------------------------------------------
+
+       Currently support is included for the following Linux Distributions :
+       
+               RedHat and SuSE.
+
+       In addition, packaging support is available for SGI and Solaris systems.
+       We hope that other Unix OS vendors will contribute their binary
+       distribution packaging control files - and we hope to make their binary
+       packages available on the master ftp site under:
+
+               ftp://samba.org/pub/samba/Binary_Packages/"OS_Vendor"
 
 
 source         (The official Samba source files - expect more of these!):
 
 
 source         (The official Samba source files - expect more of these!):
---------------------------------------------------------------------------
+------         ----------------------------------------------------------
+
        To build your own binary files you will need a suitable ansi C
        To build your own binary files you will need a suitable ansi C
-       compiler. Also, you must edit the enclosed "Makefile" as required
-       for your operating system platform. Then just run:
-               a) make
-               b) make install
-       then
-               c) set up your configuration files.
+       compiler.
+
+       Samba uses the GNU autoconf system. In
+       order to build a default Samba for your platform cd into
+       the source/ directory and then type :
+
+               ./configure
+
+       followed by :
+
+               make
+
+       To install the binaries built by the above type :
+
+               make install
+       then set up your configuration files.
 
        NOTE: OS Vendors who provide Samba binary packages will generally
        integrate all Samba files into their preferred directory locations.
        These may differ from the default location ALWAYS used by the Samba
        sources. Please be careful when upgrading a vendor provided binary
        distribution from files you have built yourself.
 
        NOTE: OS Vendors who provide Samba binary packages will generally
        integrate all Samba files into their preferred directory locations.
        These may differ from the default location ALWAYS used by the Samba
        sources. Please be careful when upgrading a vendor provided binary
        distribution from files you have built yourself.
+