INN commit: trunk/doc (FAQ pod/install.pod pod/makedbz.pod)
INN Commit
rra at isc.org
Fri Aug 28 19:28:56 UTC 2015
Date: Friday, August 28, 2015 @ 12:28:56
Author: iulius
Revision: 9934
Improve the documentation of makedbz as for the history.dir file
Modified:
trunk/doc/FAQ
trunk/doc/pod/install.pod
trunk/doc/pod/makedbz.pod
-----------------+
FAQ | 6 +++---
pod/install.pod | 5 ++---
pod/makedbz.pod | 7 ++++---
3 files changed, 9 insertions(+), 9 deletions(-)
Modified: FAQ
===================================================================
--- FAQ 2015-08-28 19:27:38 UTC (rev 9933)
+++ FAQ 2015-08-28 19:28:56 UTC (rev 9934)
@@ -516,9 +516,9 @@
The other most frequent cause of this problem is not correctly following
the instructions in INSTALL on how to set up the initial history database.
-After running makedbz, the initial history database files will have names
-starting with history.n. These files must be renamed to remove the ".n"
-before innd will start.
+If you run makedbz without the -o flag, the initial history database files
+will have names starting with history.n. These files must be renamed to
+remove the ".n" before innd will start.
------------------------------
Modified: pod/install.pod
===================================================================
--- pod/install.pod 2015-08-28 19:27:38 UTC (rev 9933)
+++ pod/install.pod 2015-08-28 19:28:56 UTC (rev 9934)
@@ -1432,9 +1432,8 @@
run these commands: the installation takes care of creating the
F<history> database.)
-When it finishes, rename the files it created to remove the C<.n> in the
-file names and then make sure the file permissions are correct on all the
-files you've just created:
+When it finishes, make sure the file permissions are correct on all
+the files you've just created:
chmod 644 *
Modified: pod/makedbz.pod
===================================================================
--- pod/makedbz.pod 2015-08-28 19:27:38 UTC (rev 9933)
+++ pod/makedbz.pod 2015-08-28 19:28:56 UTC (rev 9934)
@@ -29,9 +29,10 @@
=item B<-o>
-If the B<-o> flag is used, then the link is not made and any existing history
-files are overwritten. If the old database exists, B<makedbz> will use it to
-determine the size of the new database.
+If the B<-o> flag is used, then the temporary link to C<history.n>
+(or the name specified by the B<-f> flag) is not made and any existing
+history files are overwritten. If the old database exists, B<makedbz>
+will use it to determine the size of the new database.
=item B<-s> I<size>
More information about the inn-committers
mailing list