The branch, v3-3-test has been updated via f837338... s3:docs: Document "enable core files". from ff9d209... s3: Fix bug 6338 -- net rpc trustdom list always display "none"
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log ----------------------------------------------------------------- commit f83733838bf94348c98dbc724d86c9021053639b Author: Karolin Seeger <ksee...@samba.org> Date: Mon Nov 30 11:40:06 2009 +0100 s3:docs: Document "enable core files". Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit b03ad70848e6ea889f382c0cb9f21057370f1ab6) (cherry picked from commit 15f7b70b0e6b6bd2604255cff1c351bb0425e9f3) (cherry picked from commit 5832bc1c5896b391131952a06013154cbdafe3f9) ----------------------------------------------------------------------- Summary of changes: docs-xml/smbdotconf/base/enablecorefiles.xml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 docs-xml/smbdotconf/base/enablecorefiles.xml Changeset truncated at 500 lines: diff --git a/docs-xml/smbdotconf/base/enablecorefiles.xml b/docs-xml/smbdotconf/base/enablecorefiles.xml new file mode 100644 index 0000000..8c8bacf --- /dev/null +++ b/docs-xml/smbdotconf/base/enablecorefiles.xml @@ -0,0 +1,15 @@ +<samba:parameter name="enable core files" + context="G" + basic="1" advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + +<description> + <para>This parameter specifies whether core dumps should be written + on internal exits. Normally set to <constant>yes</constant>. + You should never need to change this. + </para> +</description> + + <value type="default">yes</value> + <value type="example">no</value> +</samba:parameter> -- Samba Shared Repository