1 Hi and thanks for this great software.
3 Solaris (and other sysv) machines have a standardized way of
4 starting and shutting down services (you may well know that already).
6 Here's a piece of code one could place under /etc/init.d
7 and create appropriate link from, say
9 /etc/rc2.d/S99samba.server
11 to make smbd start and stop automatically with system bootups and
12 shutdowns. Each one should edit the lines containing the
13 daemon calls to agree with his/her installation (the code below
14 works with the defaults) and workgroup setup (we use the -G and -n
18 I hope this will be of use --- at least it is for me.