This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[kai/samba.git] / examples / svr4-startup / README
1 Hi and thanks for this great software.
2
3 Solaris (and other sysv) machines have a standardized way of
4 starting and shutting down services (you may well know that already).
5
6 Here's a piece of code one could place under /etc/init.d
7 and create appropriate link from, say
8
9    /etc/rc2.d/S99samba.server
10
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
15 options).
16
17
18 I hope this will be of use --- at least it is for me.
19
20 Yours,
21
22 Timo Knuutila
23 knuutila@cs.utu.fi
24