diff options
author | Gerald Carter <jerry@samba.org> | 2006-10-17 20:50:27 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:22 -0500 |
commit | 231d9d9e7f25c570fcb2c26a682c2fe75af91ca1 (patch) | |
tree | ae755af7bb0b50bcd792548bae2bb1002f6ca836 | |
parent | 3849dff0c5e4c58c7eb1cd237b5e6e6ab25eaf08 (diff) | |
download | samba-231d9d9e7f25c570fcb2c26a682c2fe75af91ca1.tar.gz samba-231d9d9e7f25c570fcb2c26a682c2fe75af91ca1.tar.bz2 samba-231d9d9e7f25c570fcb2c26a682c2fe75af91ca1.zip |
eventlog list uses lockdir and not libdir (pointed out by Eric Hall).
(This used to be commit 85891e6d2cb34e114b2f2690d4ed2633cb1f9f72)
-rw-r--r-- | docs/smbdotconf/protocol/eventloglist.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/protocol/eventloglist.xml b/docs/smbdotconf/protocol/eventloglist.xml index 207c61c7ce..e98559bc17 100644 --- a/docs/smbdotconf/protocol/eventloglist.xml +++ b/docs/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>$(libdir)/eventlog</filename>. + <filename>$(lockdir)/eventlog</filename>. </para> <para> |