1Installation Instructions for HP-UX Software Distributor package
2----------------------------------------------------------------
3
41. Run swinstall
5
6  You may have copied (swcopy) the depot to the depot server. In such cases
7  select the depot on server.
8
9  In order to install from the depot file, as root enter the following
10  command:
11
12      swinstall -s `pwd`/samba.depot Samba
13
142. Create configuration file
15
16  Create /opt/samba/lib/smb.cof. You can use one of the examples from
17  /opt/samba/newconfig/examples as template.
18
193. Start/stop Samba
20
21  The installation provides the boot startup script at /sbin/init.d/samba. 
22  Samba will automatically start at run level 3 and stop during the 
23  transition to run level 2.
24
25  You can use this script to manually manipulate Samba. Enter:
26
27     # /sbin/init.d/samba start       to start Samba
28     # /sbin/init.d/samba stop        to stop Samba
29
304. Customization
31
32  The autostart is controled by editing file /etc/rc.config.d/samba. This 
33  file has the following variables:
34
35	SAMBA_START=[0|1]      1   start Samba at boot (default)
36                               0   do not start samba at boot
37
38        SAMBA_DEBUG=[0-9]      debug level for smbd and nmbd. Default debug
39                               level is 1.
40
41  The configuration file is not overwritten at next install while the boot
42  script (/sbin/init.d/samba) is.
43
44Author: Leon Mlakar <leon@hermes.si>
45