From acee25664c2c3740473fbcb12fbf8afa48c40acd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 22:41:20 +0000 Subject: Update DTD location (This used to be commit 889dfcc532bd3357314313fe8f70a022a174eef4) --- docs/smbdotconf/logging/debughirestimestamp.xml | 2 +- docs/smbdotconf/logging/debugpid.xml | 2 +- docs/smbdotconf/logging/debugtimestamp.xml | 2 +- docs/smbdotconf/logging/debuguid.xml | 2 +- docs/smbdotconf/logging/logfile.xml | 2 +- docs/smbdotconf/logging/loglevel.xml | 2 +- docs/smbdotconf/logging/maxlogsize.xml | 2 +- docs/smbdotconf/logging/syslog.xml | 2 +- docs/smbdotconf/logging/syslogonly.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/smbdotconf/logging') diff --git a/docs/smbdotconf/logging/debughirestimestamp.xml b/docs/smbdotconf/logging/debughirestimestamp.xml index 6be22a201a..7da4573df5 100644 --- a/docs/smbdotconf/logging/debughirestimestamp.xml +++ b/docs/smbdotconf/logging/debughirestimestamp.xml @@ -2,7 +2,7 @@ context="G" developer="1" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> Sometimes the timestamps in the log messages are needed with a resolution of higher that seconds, this diff --git a/docs/smbdotconf/logging/debugpid.xml b/docs/smbdotconf/logging/debugpid.xml index 810aaa1260..1d6bc95704 100644 --- a/docs/smbdotconf/logging/debugpid.xml +++ b/docs/smbdotconf/logging/debugpid.xml @@ -2,7 +2,7 @@ context="G" type="boolean" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> When using only one log file for more then one forked smbd diff --git a/docs/smbdotconf/logging/debugtimestamp.xml b/docs/smbdotconf/logging/debugtimestamp.xml index 1c2f662573..2215baeb01 100644 --- a/docs/smbdotconf/logging/debugtimestamp.xml +++ b/docs/smbdotconf/logging/debugtimestamp.xml @@ -2,7 +2,7 @@ context="G" type="boolean" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> timestamp logs Samba debug log messages are timestamped diff --git a/docs/smbdotconf/logging/debuguid.xml b/docs/smbdotconf/logging/debuguid.xml index 61155a4d70..af84501e80 100644 --- a/docs/smbdotconf/logging/debuguid.xml +++ b/docs/smbdotconf/logging/debuguid.xml @@ -2,7 +2,7 @@ context="G" type="boolean" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> Samba is sometimes run as root and sometime run as the connected user, this boolean parameter inserts the diff --git a/docs/smbdotconf/logging/logfile.xml b/docs/smbdotconf/logging/logfile.xml index 46cd728039..202f987891 100644 --- a/docs/smbdotconf/logging/logfile.xml +++ b/docs/smbdotconf/logging/logfile.xml @@ -2,7 +2,7 @@ context="G" type="string" developer="1" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This option allows you to override the name of the Samba log file (also known as the debug file). diff --git a/docs/smbdotconf/logging/loglevel.xml b/docs/smbdotconf/logging/loglevel.xml index c023a71c73..aaf1f9e975 100644 --- a/docs/smbdotconf/logging/loglevel.xml +++ b/docs/smbdotconf/logging/loglevel.xml @@ -2,7 +2,7 @@ type="string" context="G" developer="1" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> debuglevel The value of the parameter (a astring) allows diff --git a/docs/smbdotconf/logging/maxlogsize.xml b/docs/smbdotconf/logging/maxlogsize.xml index e496980fa0..673c3ff855 100644 --- a/docs/smbdotconf/logging/maxlogsize.xml +++ b/docs/smbdotconf/logging/maxlogsize.xml @@ -2,7 +2,7 @@ type="integer" context="G" developer="1" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This option (an integer in kilobytes) specifies the max size the log file should grow to. Samba periodically checks diff --git a/docs/smbdotconf/logging/syslog.xml b/docs/smbdotconf/logging/syslog.xml index 5f67a02c0f..1bc6bb79a0 100644 --- a/docs/smbdotconf/logging/syslog.xml +++ b/docs/smbdotconf/logging/syslog.xml @@ -2,7 +2,7 @@ context="G" type="integer" developer="1" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This parameter maps how Samba debug messages are logged onto the system syslog logging levels. Samba debug diff --git a/docs/smbdotconf/logging/syslogonly.xml b/docs/smbdotconf/logging/syslogonly.xml index 0b255d4ca7..1e6889d37d 100644 --- a/docs/smbdotconf/logging/syslogonly.xml +++ b/docs/smbdotconf/logging/syslogonly.xml @@ -2,7 +2,7 @@ context="G" type="boolean" developer="1" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> If this parameter is set then Samba debug messages are logged into the system syslog only, and not to -- cgit