diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-12 22:41:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:19 -0500 |
commit | acee25664c2c3740473fbcb12fbf8afa48c40acd (patch) | |
tree | 3f2197c5c3ec48f568bd3bdb3d4f5e253d30869d /docs/smbdotconf/logging | |
parent | 9c72dd78f25be4a7ffa5af5a242670ec76930d6f (diff) | |
download | samba-acee25664c2c3740473fbcb12fbf8afa48c40acd.tar.gz samba-acee25664c2c3740473fbcb12fbf8afa48c40acd.tar.bz2 samba-acee25664c2c3740473fbcb12fbf8afa48c40acd.zip |
Update DTD location
(This used to be commit 889dfcc532bd3357314313fe8f70a022a174eef4)
Diffstat (limited to 'docs/smbdotconf/logging')
-rw-r--r-- | docs/smbdotconf/logging/debughirestimestamp.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/debugpid.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/debugtimestamp.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/debuguid.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/logfile.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/loglevel.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/maxlogsize.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/syslog.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/syslogonly.xml | 2 |
9 files changed, 9 insertions, 9 deletions
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"> <description> <para>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"> <description> <para>When using only one log file for more then one forked <citerefentry><refentrytitle>smbd</refentrytitle> 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"> <synonym>timestamp logs</synonym> <description> <para>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"> <description> <para>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"> <description> <para>This option allows you to override the name of the Samba log file (also known as the debug file).</para> 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"> <synonym>debuglevel</synonym> <description> <para>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"> <description> <para>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"> <description> <para>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"> <description> <para>If this parameter is set then Samba debug messages are logged into the system syslog only, and not to |