Update file for automatically generating a release
[samba.git] / packaging / SGI / README
1 This directory contains sample files for using Samba on an IRIX
2 system.  These were taken from a system running IRIX 6.2.  The
3 client machines were running Win95 and connected via the Ethernet
4 using TCP/IP and DNS.  Consult the Samba documentation for tips
5 on configuring Samba "properly"; this smb.conf file is very simple.
6 Consult the Microsoft help/documentation to understand how to
7 configure the networking support on the PC clients (Win95, WfW,
8 etc.).
9
10 This distribution is configured so that various Samba configuration,
11 binary, and log files are placed in the /usr/samba file hierarchy.
12 Man pages are placed in the /usr/share/catman/u_man hierarchy.
13
14 The version number of the distribution is a 10 digit number that
15 is created from the samba version number plus a release number.
16 Each section of the samba version number forms 2 digits of the
17 version number (with leading zeros if necessary).
18
19 samba version 1.9.16        would become  0109160000
20 samba version 1.9.16p9      would become  0109160900
21 samba version 1.9.16alpha9  would become  0109160009
22
23 You can enable all printers on your system to be used by samba
24 by running the script /usr/samba/mkprintcap.sh
25
26 This distribution automatically configures samba to run as deamons
27 by the script /etc/init.d/samba and the file /etc/config/samba 
28 (used by chkconfig). If you would prefer to have samba started by 
29 inetd you can run the script /usr/samba/inetd.sh. 
30
31 To create a Samba distribution you must have the Documenter's WorkBench
32 package installed to format the manual pages. In addition you need
33 to have the Software Packager software (inst_dev) installed to
34 generate the inst images, and Perl to generate the spec and idb files.
35
36 From /usr/samba/packaging/SGI directory run the mkrelease.sh script.
37 There is one optional argument which is the major release number of the
38 OS version (4, 5, or 6) you desire.  If no number is specified it defaults
39 to 6.  This script uses Perl to generate the Makefile with the proper 
40 defines and the packaging files samba.spec and samba.idb.  The binary 
41 package files will be placed in ./bins
42