From b2f45f20b0108ba6c834f813386ab3d29a729abd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 22 Mar 2010 11:19:10 +0100 Subject: s3: Add "log writeable files on exit" parameter This boolean option controls whether at exit time the server dumps a list of files with debug level 0 that were still open for write. This is an administrative aid to find the files that were potentially corrupt if the network connection died. --- docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml b/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml new file mode 100644 index 0000000000..1c75457803 --- /dev/null +++ b/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml @@ -0,0 +1,16 @@ + + + + This boolean option controls whether at exit time the server + dumps a list of files with debug level 0 that were still open + for write. This is an administrative aid to find the files + that were potentially corrupt if the network connection died. + + + +no + -- cgit