diff options
author | Björn Baumbach <bb@sernet.de> | 2011-02-03 11:06:57 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-05-18 10:56:12 +0200 |
commit | 5608995bd2182c12310ef4b4dd39583b6fe77b1e (patch) | |
tree | 02162e5055e4dda5057693c77c93daf031d3405d /docs-xml/smbdotconf/protocol | |
parent | 23e23d083602d59ec500b4abfc331a451f6e5dbb (diff) | |
download | samba-5608995bd2182c12310ef4b4dd39583b6fe77b1e.tar.gz samba-5608995bd2182c12310ef4b4dd39583b6fe77b1e.tar.bz2 samba-5608995bd2182c12310ef4b4dd39583b6fe77b1e.zip |
s3-docs: change eventlog path from lockdir to statedir
See elog_tdbname() in source3/lib/eventlog/eventlog.c.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/eventloglist.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/eventloglist.xml b/docs-xml/smbdotconf/protocol/eventloglist.xml index e98559bc17..101821ad12 100644 --- a/docs-xml/smbdotconf/protocol/eventloglist.xml +++ b/docs-xml/smbdotconf/protocol/eventloglist.xml @@ -6,7 +6,7 @@ <para>This option defines a list of log names that Samba will report to the Microsoft EventViewer utility. The listed eventlogs will be associated with tdb file on disk in the - <filename>$(lockdir)/eventlog</filename>. + <filename>$(statedir)/eventlog</filename>. </para> <para> |