Copyright (C) 1997-1998 Samba-Team
E-mail:     samba-binaries@samba.org

Subject: Installation instructions for Solaris 2.6
--------------------------------------------------------

The installation files are in the file install.tar.
Change to the root directory:
	host# cd /
Extract these files 
	host# tar xvf <path to tarfile>/install.tar

This will put:
	- libraries and executables in /usr/local/samba.
	- log file directories in /var/log/samba
	- spool directory in /var/spool/samba
	- startup script in /etc/init.d/samba.init
	- Links to this rc script in /etc/rc0.d, /etc/rc2.d, and rc3.d.
	  This will start samba at runlevel 3 (same as NFS), and stop 
	  it when moving to runlevel 2 and 0 (see the init(1M) manpages 
	  for more information on runlevels and what they mean).
	- The sample "smb.conf" file in /usr/local/samba/lib/smb.conf.eg.

If you wish to use the Samba Web Administration Tool (SWAT), make the
following edits (Caution, these are important files- back them up before
making edits!):
	- To /etc/services, add the line:
	  swat		901/tcp
	- To /etc/inetd.conf, add:
	  swat  stream  tcp nowait.400  root    /usr/local/samba/bin/swat swat
	- Send inetd a 'SIGHUP' to get it to re-read this addition:
	  host# kill -HUP <inetd's PID here>

If this is your first time with Samba, read the manpages for samba and
smb.conf.  You will also want to read through the documentation in
/usr/local/samba/docs for additional information on configuring and installing
Samba.

Copy smb.conf.eg to smb.conf:
	host# cd /usr/local/samba
	host# cp smb.conf.eg smb.conf

Edit smb.conf to bring it into line with the configuration & needs
of your site.

Run the configuration through testparm to check it
	host# /usr/local/samba/bin/testparm /usr/local/samba/lib/smb.conf

If it all checks Ok, start samba:
	host# /etc/init.d/samba.init start

That should do it.  Good luck!


