From fc5bdac501b725c64b9342e4054717f040077e3a Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Fri, 8 Dec 2017 13:48:43 +0100 Subject: doc: move wins related man page to wins subdir Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- docs-xml/smbdotconf/protocol/maxwinsttl.xml | 16 ---------------- docs-xml/smbdotconf/protocol/minwinsttl.xml | 15 --------------- docs-xml/smbdotconf/wins/maxwinsttl.xml | 16 ++++++++++++++++ docs-xml/smbdotconf/wins/minwinsttl.xml | 15 +++++++++++++++ 4 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 docs-xml/smbdotconf/protocol/maxwinsttl.xml delete mode 100644 docs-xml/smbdotconf/protocol/minwinsttl.xml create mode 100644 docs-xml/smbdotconf/wins/maxwinsttl.xml create mode 100644 docs-xml/smbdotconf/wins/minwinsttl.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/protocol/maxwinsttl.xml b/docs-xml/smbdotconf/protocol/maxwinsttl.xml deleted file mode 100644 index 2427eecc600..00000000000 --- a/docs-xml/smbdotconf/protocol/maxwinsttl.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - This option tells smbd - 8 when acting as a WINS server - (yes) what the maximum - 'time to live' of NetBIOS names that nmbd - will grant will be (in seconds). You should never need to change this - parameter. The default is 6 days (518400 seconds). - - -min wins ttl -518400 - diff --git a/docs-xml/smbdotconf/protocol/minwinsttl.xml b/docs-xml/smbdotconf/protocol/minwinsttl.xml deleted file mode 100644 index 899175721a5..00000000000 --- a/docs-xml/smbdotconf/protocol/minwinsttl.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - This option tells nmbd - 8 - when acting as a WINS server (yes) what the minimum 'time to live' - of NetBIOS names that nmbd will grant will be (in - seconds). You should never need to change this parameter. The default - is 6 hours (21600 seconds). - - -21600 - diff --git a/docs-xml/smbdotconf/wins/maxwinsttl.xml b/docs-xml/smbdotconf/wins/maxwinsttl.xml new file mode 100644 index 00000000000..2427eecc600 --- /dev/null +++ b/docs-xml/smbdotconf/wins/maxwinsttl.xml @@ -0,0 +1,16 @@ + + + This option tells smbd + 8 when acting as a WINS server + (yes) what the maximum + 'time to live' of NetBIOS names that nmbd + will grant will be (in seconds). You should never need to change this + parameter. The default is 6 days (518400 seconds). + + +min wins ttl +518400 + diff --git a/docs-xml/smbdotconf/wins/minwinsttl.xml b/docs-xml/smbdotconf/wins/minwinsttl.xml new file mode 100644 index 00000000000..899175721a5 --- /dev/null +++ b/docs-xml/smbdotconf/wins/minwinsttl.xml @@ -0,0 +1,15 @@ + + + This option tells nmbd + 8 + when acting as a WINS server (yes) what the minimum 'time to live' + of NetBIOS names that nmbd will grant will be (in + seconds). You should never need to change this parameter. The default + is 6 hours (21600 seconds). + + +21600 + -- cgit v1.2.1