The branch, master has been updated
via c587685dde2 docs: fix default value of spoolss:architecture
from b68105b8f7c ctdb-tests: Strengthen node state checking in ctdb
disable/enable test
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c587685dde2448d1f68ada47ce5ad42b02a118ce
Author: Björn Jacke <[email protected]>
Date: Tue Oct 6 23:05:24 2020 +0200
docs: fix default value of spoolss:architecture
"Windows x64" is the default here since a couple of years already.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14522
Signed-off-by: Bjoern Jacke <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
Autobuild-User(master): Jeremy Allison <[email protected]>
Autobuild-Date(master): Tue Oct 6 23:06:50 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
docs-xml/smbdotconf/printing/spoolssarchitecture.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
b/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
index 1eccf9f58cf..dae73905663 100644
--- a/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
+++ b/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
@@ -8,6 +8,6 @@
architecture. Samba's spoolss print server architecture can be changed
using
this parameter.</para>
</description>
-<value type="default">Windows NT x86</value>
-<value type="example">Windows x64</value>
+<value type="default">Windows x64</value>
+<value type="example">Windows NT x86</value>
</samba:parameter>
--
Samba Shared Repository