diff options
author | vorlon <vorlon@alioth.debian.org> | 2007-11-21 17:29:21 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2007-11-21 17:29:21 +0000 |
commit | 58b37572718ed65d1b143f44de16aa5efb512f11 (patch) | |
tree | 96694e5871586bd21d9b2b91f9a277111ace0812 /Manifest | |
parent | f24db2434a26f04e1761c6dbde69d4be999a1cfc (diff) | |
download | samba-58b37572718ed65d1b143f44de16aa5efb512f11.tar.gz |
Load samba-3.0.27a into branches/upstream.upstream/3.0.27a
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/upstream@1583 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'Manifest')
-rw-r--r-- | Manifest | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Manifest b/Manifest new file mode 100644 index 0000000000..20ee0eaab7 --- /dev/null +++ b/Manifest @@ -0,0 +1,78 @@ +Copyright (C) 1997-2003 - Samba-Team + +The Samba package you have just unpacked contains the following: + +Directory Notes: +========= ====== + +docs (Samba Documentation): +---- ---------------------- + + 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). + + 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): +-------- ------------------------------ + + Please pay close attention to the reference smb.conf file + smb.conf.default that has now been included as the master guide. + + Do read the smb.conf manual page in considering what settings are + appropriate for your site. + + +packaging (Only for those wishing to build binary distributions): +--------- ------------------------------------------------------- + + 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!): +------ ---------------------------------------------------------- + + To build your own binary files you will need a suitable ansi C + 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. + |