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. Each section of the samba
|
---|
16 | version number forms 2 digits of the version number (with leading
|
---|
17 | zeros if necessary). The alpha versions add 00 and 2 digits for
|
---|
18 | the alpha number. The first release adds 0100. Patch releases add
|
---|
19 | 2 digits for the patch level plus 1 and 00.
|
---|
20 |
|
---|
21 | samba version 1.9.18alpha9 would become 0109180009
|
---|
22 | samba version 1.9.18 would become 0109180100
|
---|
23 | samba version 1.9.18p9 would become 0109181000
|
---|
24 |
|
---|
25 | You can enable all printers on your system to be used by samba
|
---|
26 | by running the script /usr/samba/mkprintcap.sh
|
---|
27 |
|
---|
28 | This distribution automatically configures samba to run as deamons
|
---|
29 | by the script /etc/init.d/samba and the file /etc/config/samba
|
---|
30 | (used by chkconfig). If you would prefer to have samba started by
|
---|
31 | inetd you can run the script /usr/samba/inetd.sh.
|
---|
32 |
|
---|
33 | To create a Samba distribution you must have the Documenter's WorkBench
|
---|
34 | package installed to format the manual pages. In addition you need
|
---|
35 | to have the Software Packager software (inst_dev) installed to
|
---|
36 | generate the inst images, and Perl to generate the spec and idb files.
|
---|
37 |
|
---|
38 | From /usr/samba/packaging/SGI directory run the mkrelease.sh script.
|
---|
39 | There is one optional argument which is the major release number of the
|
---|
40 | OS version (4, 5, or 6) you desire. If no number is specified it defaults
|
---|
41 | to 6. This script uses Perl to generate the Makefile with the proper
|
---|
42 | defines and the packaging files samba.spec and samba.idb. The binary
|
---|
43 | package files will be placed in ./bins
|
---|
44 |
|
---|