aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-09 17:04:33 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-09 17:04:33 +0300
commit2fda2d880295f65e1e9731d896bc489b5dc08512 (patch)
treed99f7c3dc2c1db0231dc36baa9221c0b6e838c89 /doc
parentbadefa73b7b7a7484e9eab42852a1b0619eeab80 (diff)
downloadwydawca-2fda2d880295f65e1e9731d896bc489b5dc08512.tar.gz
wydawca-2fda2d880295f65e1e9731d896bc489b5dc08512.tar.bz2
Change configuration file name to wydawca.conf
Configuration files in the testsuite use the ".cf" suffix.
Diffstat (limited to 'doc')
-rw-r--r--doc/wydawca.texi19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 498c5f6..f7245ee 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -71,7 +71,7 @@ documents Wydawca Version @value{VERSION}.
* overview:: Operation Overview
* starting:: How to Invoke @command{wydawca}.
* configuring:: How to Configure @command{wydawca}.
-* wydawca.rc:: Configuration file summary.
+* wydawca.conf:: Configuration file summary.
* invocation:: Invocation summary.
* Reporting Bugs:: How to Report a Bug.
@@ -384,8 +384,8 @@ given spool.
@xopindex{config-file, described}
@sopindex{c, described}
@command{Wydawca} gets all information it needs from its
-@dfn{configuration file} (@pxref{wydawca.rc}). The default
-configuration file is @file{@var{sysconfdir}/wydawca.rc}, but if it is
+@dfn{configuration file} (@pxref{wydawca.conf}). The default
+configuration file is @file{@var{sysconfdir}/wydawca.conf}, but if it is
located elsewhere, you can specify its new location with the
@option{--config-file} (@option{-c}) command line option.
@@ -488,7 +488,7 @@ $ wydawca -c new.cfg --dry-run
@node configuring
@chapter How to Configure @command{wydawca}.
Upon startup, @command{wydawca} reads its settings from the
-@dfn{configuration file} @file{wydawca.rc}. By default it is located
+@dfn{configuration file} @file{wydawca.conf}. By default it is located
in @var{$sysconfidr} (i.e., in most cases @file{/usr/local/etc}, or
@file{/etc}), but an alternative location may be specified using
@option{--config-file} command line option (@pxref{starting, config-file}).
@@ -1346,7 +1346,7 @@ from where to read configuration options.
The statements above allow to keep all security-sensitive
information, such as @acronym{SQL} username and password, in an
external configuration file and thus to relax permission requirements
-for @file{wydawca.rc}. The exact format of such external configuration
+for @file{wydawca.conf}. The exact format of such external configuration
file depends on the flavor of @acronym{SQL} @acronym{DBMS} in use.
As of version @value{VERSION} @command{wydawca} supports only
@samp{MySQL}, so the configuration file is what is called @dfn{option
@@ -1359,7 +1359,7 @@ option files}).
(@pxref{option-files, Using Option Files,,mysql,MySQL Manual}).
@end ifnothtml
- For example, suppose your @file{wydawca.rc} contains the following:
+ For example, suppose your @file{wydawca.conf} contains the following:
@smallexample
sql default @{
@@ -1382,7 +1382,7 @@ pass = guessme
Another way to specify database credentials is by using the
statements described below. If you prefer this way, you will have to
-tighten the permissions of @file{wydawca.rc} so that no third person
+tighten the permissions of @file{wydawca.conf} so that no third person
could see the @acronym{SQL} password. The recommended permissions are
@samp{0600}.
@@ -3341,8 +3341,11 @@ EOT;
@end group
@end example
-@node wydawca.rc
+@node wydawca.conf
@chapter @command{Wydawca} configuration file.
+@c Configuration file name was changed after version 3.1.
+@c For a couple of versions, preserve the original link target name.
+@anchor{wydawca.rc}
@cindex configuration statements, reference
This chapter summarizes the configuration statements. For each
statement, a reference to its detailed description is provided.

Return to:

Send suggestions and report system problems to the System administrator.