summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-15 15:09:39 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-15 15:09:39 +0000
commite37a624cf93885a5b0e77d5ab41d4a5a0bffe668 (patch)
tree4da9918bfa089b8f696b8c5e64725a8b9138b492
parentb4aaec504ae66dc6a0f05d12529100cb62d47afd (diff)
downloadsamba-e37a624cf93885a5b0e77d5ab41d4a5a0bffe668.tar.gz
added notes on the new FAST_SHARE_MODES code
-rw-r--r--docs/INSTALL.txt2
-rw-r--r--docs/textdocs/Speed.txt4
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt
index 00b791e07aa..6f752b63971 100644
--- a/docs/INSTALL.txt
+++ b/docs/INSTALL.txt
@@ -143,6 +143,8 @@ You can then run startsmb by hand or execute it from /etc/rc.local
To kill it send a kill signal to the processes nmbd and smbd.
+NOTE: If you use the SVR4 style init system then you may like to look
+at the examples/svr4-startup script to make Samba fit into that system.
STEP 7. Try listing the shares available on your server
diff --git a/docs/textdocs/Speed.txt b/docs/textdocs/Speed.txt
index 5dfd70323b1..583076a6e33 100644
--- a/docs/textdocs/Speed.txt
+++ b/docs/textdocs/Speed.txt
@@ -113,6 +113,10 @@ file to open the file read-only if the first has it open
read-write. For many applications that do their own locking this
doesn't matter, but for some it may.
+NOTE: In the most recent versions of Samba there is an option to use
+shared memory via mmap() to implement the share modes. This makes
+things much faster. See the Makefile for how to enable this.
+
LOG LEVEL
---------