summaryrefslogtreecommitdiff
path: root/examples/svr4-startup/README
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-16 07:38:47 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-16 07:38:47 +0000
commit52566664a4160ae96d647a943f3693cfc335ec38 (patch)
tree1b133a38eef16e52da130ae96a79d99dd1cd7d06 /examples/svr4-startup/README
parent0b5a4b5b873281973c1fb2492d0d7018f3c8eedb (diff)
downloadsamba-52566664a4160ae96d647a943f3693cfc335ec38.tar.gz
samba-52566664a4160ae96d647a943f3693cfc335ec38.tar.bz2
samba-52566664a4160ae96d647a943f3693cfc335ec38.zip
SVR4 startup scripts from Timo Knuutila (knuutila@cs.utu.fi)
(This used to be commit 57417cdaba60d718d5d57d5abe00bbe445769cad)
Diffstat (limited to 'examples/svr4-startup/README')
-rw-r--r--examples/svr4-startup/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/svr4-startup/README b/examples/svr4-startup/README
new file mode 100644
index 0000000000..8ed9f74477
--- /dev/null
+++ b/examples/svr4-startup/README
@@ -0,0 +1,24 @@
+Hi and thanks for this great software.
+
+Solaris (and other sysv) machines have a standardized way of
+starting and shutting down services (you may well know that already).
+
+Here's a piece of code one could place under /etc/init.d
+and create appropriate link from, say
+
+ /etc/rc2.d/S99samba.server
+
+to make smbd start and stop automatically with system bootups and
+shutdowns. Each one should edit the lines containing the
+daemon calls to agree with his/her installation (the code below
+works with the defaults) and workgroup setup (we use the -G and -n
+options).
+
+
+I hope this will be of use --- at least it is for me.
+
+Yours,
+
+Timo Knuutila
+knuutila@cs.utu.fi
+