A few fixes, a little tweaking, and it's getting into shape. Back to work now ...
authorJohn Terpstra <jht@samba.org>
Sat, 31 May 2003 16:48:31 +0000 (16:48 +0000)
committerJohn Terpstra <jht@samba.org>
Sat, 31 May 2003 16:48:31 +0000 (16:48 +0000)
(This used to be commit be8b388a5a6995dca9463a9fd8588918fad4af11)

docs/docbook/projdoc/Backup.xml [new file with mode: 0644]
docs/docbook/projdoc/DNS-DHCP-Configuration.xml [new file with mode: 0644]
docs/docbook/projdoc/FastStart.xml [new file with mode: 0644]
docs/docbook/projdoc/HighAvailability.xml [new file with mode: 0644]
docs/docbook/projdoc/PolicyMgmt.xml
docs/docbook/projdoc/Speed.xml
docs/docbook/projdoc/WindowsClientConfig.xml [new file with mode: 0644]
docs/docbook/projdoc/samba-doc.xml

diff --git a/docs/docbook/projdoc/Backup.xml b/docs/docbook/projdoc/Backup.xml
new file mode 100644 (file)
index 0000000..53e90e8
--- /dev/null
@@ -0,0 +1,17 @@
+<chapter id="Backup">
+<chapterinfo>
+       &author.jht;
+</chapterinfo>
+
+<title>Samba Backup Techniques</title>
+
+<sect1>
+<title>Note</title>
+
+<para>
+This chapter did not make it into this release.
+It is planned for the published release of this document.
+</para>
+
+</sect1>
+</chapter>
diff --git a/docs/docbook/projdoc/DNS-DHCP-Configuration.xml b/docs/docbook/projdoc/DNS-DHCP-Configuration.xml
new file mode 100644 (file)
index 0000000..21bda63
--- /dev/null
@@ -0,0 +1,17 @@
+<chapter id="DNSDHCP">
+<chapterinfo>
+       &author.jht;
+</chapterinfo>
+
+<title>DNS and DHCP Configuration Guide</title>
+
+<sect1>
+<title>Note</title>
+
+<para>
+This chapter did not make it into this release.
+It is planned for the published release of this document.
+</para>
+
+</sect1>
+</chapter>
diff --git a/docs/docbook/projdoc/FastStart.xml b/docs/docbook/projdoc/FastStart.xml
new file mode 100644 (file)
index 0000000..a51f878
--- /dev/null
@@ -0,0 +1,17 @@
+<chapter id="FastStart">
+<chapterinfo>
+       &author.jht;
+</chapterinfo>
+
+<title>FastStart for the Impatient</title>
+
+<sect1>
+<title>Note</title>
+
+<para>
+This chapter did not make it into this release.
+It is planned for the published release of this document.
+</para>
+
+</sect1>
+</chapter>
diff --git a/docs/docbook/projdoc/HighAvailability.xml b/docs/docbook/projdoc/HighAvailability.xml
new file mode 100644 (file)
index 0000000..3cd7fac
--- /dev/null
@@ -0,0 +1,17 @@
+<chapter id="SambaHA">
+<chapterinfo>
+       &author.jht;
+</chapterinfo>
+
+<title>High Availability Options</title>
+
+<sect1>
+<title>Note</title>
+
+<para>
+This chapter did not make it into this release.
+It is planned for the published release of this document.
+</para>
+
+</sect1>
+</chapter>
index be829af16743fcb56507dfacd3360961dff97b30..062109bc31699f7d4780ef722441093123c87c97 100644 (file)
@@ -110,9 +110,9 @@ here is incomplete - you are warned.
 
        <para>
        Use the Group Policy Editor to create a policy file that specifies the location of
-       user profiles and/or the <filename>My Documents</filename> etc.  stuff. Then
-       save these settings in a file called <filename>Config.POL</filename> that needs to
-       be placed in the root of the <parameter>[NETLOGON]</parameter> share. If Win98 is configured to log onto
+       user profiles and/or the <filename>My Documents</filename> etc. Then save these
+       settings in a file called <filename>Config.POL</filename> that needs to be placed in the
+       root of the <parameter>[NETLOGON]</parameter> share. If Win98 is configured to log onto
        the Samba Domain, it will automatically read this file and update the Win9x/Me registry
        of the machine as it logs on.
        </para>
index e2a522a1ac0c1e34e46386b2d237eda39b9a9ac7..6fa361d50c028b7c3a35813366634cee105dd2dc 100644 (file)
@@ -9,9 +9,10 @@
                </affiliation>
        </author>
        &author.jelmer;
+       &author.jht;
 </chapterinfo>
 
-<title>Samba performance issues</title>
+<title>Samba Performance Tuning</title>
 
 <sect1>
 <title>Comparisons</title>
diff --git a/docs/docbook/projdoc/WindowsClientConfig.xml b/docs/docbook/projdoc/WindowsClientConfig.xml
new file mode 100644 (file)
index 0000000..ea1d4d5
--- /dev/null
@@ -0,0 +1,17 @@
+<chapter id="ClientConfig">
+<chapterinfo>
+       &author.jht;
+</chapterinfo>
+
+<title>MS Windows Network Configuration Guide</title>
+
+<sect1>
+<title>Note</title>
+
+<para>
+This chapter did not make it into this release.
+It is planned for the published release of this document.
+</para>
+
+</sect1>
+</chapter>
index a4394d263f35f66462c00f005aae65f675393fce..01cc5e0a6509ac713b965a550c5e3de22e3a557f 100644 (file)
@@ -67,6 +67,7 @@ PLEASE read this.</para>
 </partintro>
 &IntroSMB;
 &UNIX-INSTALL;
+&FastStart;
 </part>
 
 <part id="type">
@@ -84,6 +85,7 @@ section carefully.
 &Samba-BDC-HOWTO;
 &DOMAIN-MEMBER;
 &StandAloneServer;
+&ClientConfig;
 </part>
 
 <part id="optional">
@@ -112,6 +114,15 @@ Samba has several features that you might want or might not want to use. The cha
 &Samba-PAM;
 &IntegratingWithWindows;
 &unicode;
+&Backup;
+&HighAvailability;
+</part>
+
+<part id="migration">
+<title>Migration and Updating</title>
+&upgrading;
+&NT4Migration;
+&SWAT;
 </part>
 
 <part id="troubleshooting">
@@ -124,11 +135,10 @@ Samba has several features that you might want or might not want to use. The cha
 <part id="Appendixes">
 <title>Appendixes</title>
 &Compiling;
-&NT4Migration;
 &Portability;
 &Other-Clients;
-&SWAT;
 &SPEED;
+&DNS-DHCP-Configuration;
 &Further-Resources;
 </part>