summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-07-12 16:25:13 +0000
committerGerald Carter <jerry@samba.org>2005-07-12 16:25:13 +0000
commit9ae71625edb2e5da44d338f1208a8820d75758dd (patch)
tree7883bceb872e72fd93a681ca7c04a8a14dcb2aa6
parentd584d3db78d1a740feade29cf873064bf2e3359e (diff)
downloadsamba-9ae71625edb2e5da44d338f1208a8820d75758dd.tar.gz
r8382: removing unused directorties
-rw-r--r--examples/svr4-startup/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/svr4-startup/README b/examples/svr4-startup/README
deleted file mode 100644
index 8ed9f744770..00000000000
--- a/examples/svr4-startup/README
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-