diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-06-18 19:03:30 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-06-18 19:03:30 +0000 |
commit | 87677d90a83062f245ab83698758dd51e22e331a (patch) | |
tree | e6e2588d83e033cefa45c5c18bd2af5608b49caf /docs/docbook | |
parent | 9c9160c4de9a509208809fc7df49672ce876b4c6 (diff) | |
download | samba-87677d90a83062f245ab83698758dd51e22e331a.tar.gz samba-87677d90a83062f245ab83698758dd51e22e331a.tar.bz2 samba-87677d90a83062f245ab83698758dd51e22e331a.zip |
VFS modules are located in the subdirectory vfs of $LIBDIR
(This used to be commit 76182f47386a58d27901c0628dcd298bd111c634)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/projdoc/VFS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/VFS.xml b/docs/docbook/projdoc/VFS.xml index 531d46df59..e4ce55b664 100644 --- a/docs/docbook/projdoc/VFS.xml +++ b/docs/docbook/projdoc/VFS.xml @@ -54,7 +54,7 @@ The modules are used in the order in which they are specified. <para> Samba will attempt to load modules from the <emphasis>lib</emphasis> directory in the root directory of the samba installation (usually -<filename>/usr/lib/samba</filename> or <filename>/usr/local/samba/lib +<filename>/usr/lib/samba/vfs</filename> or <filename>/usr/local/samba/lib/vfs </filename>). </para> |