da4f7e4860
directory in their OS for probably some twenty years. Use /var instead. In particular, fix the defaults for CNF_INFOFILE, CNF_LOGDIR, and CNF_INDEXDIR to use the configured LOCALSTATEDIR, which in pkgsrc will be ${VARBASE}/amanda, instead of hardwiring /usr/adm/amanda. PR 38958. PKGREVISION -> 9.
44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
$NetBSD: patch-man_xml-source_amanda.conf.5.xml,v 1.1 2015/08/09 22:50:10 dholland Exp $
|
|
|
|
Remove references to /usr/adm as no system has shipped with such a
|
|
directory in probably a good twenty years. Use /var instead.
|
|
PR 38958.
|
|
|
|
--- man/xml-source/amanda.conf.5.xml~ 2012-02-21 11:36:43.000000000 +0000
|
|
+++ man/xml-source/amanda.conf.5.xml
|
|
@@ -666,7 +666,7 @@ option.</para>
|
|
<term><amkeyword>changerfile</amkeyword> <amtype>string</amtype></term>
|
|
<listitem>
|
|
<para>Default:
|
|
-<amdefault>"/usr/adm/amanda/log/changer-status"</amdefault>.
|
|
+<amdefault>"/var/amanda/log/changer-status"</amdefault>.
|
|
A tape changer configuration parameter.
|
|
Usage depends on the particular changer defined with the
|
|
<amkeyword>tpchanger</amkeyword>
|
|
@@ -1039,7 +1039,7 @@ file holding client hosts, disks and oth
|
|
<term><amkeyword>infofile</amkeyword> <amtype>string</amtype></term>
|
|
<listitem>
|
|
<para>Default:
|
|
-<amdefault>"/usr/adm/amanda/curinfo"</amdefault>.
|
|
+<amdefault>"/var/amanda/curinfo"</amdefault>.
|
|
The file or directory name for the historical information database.
|
|
If Amanda was configured to use DBM databases, this is the base file
|
|
name for them.
|
|
@@ -1052,7 +1052,7 @@ client, then a directory per disk, then
|
|
<term><amkeyword>logdir</amkeyword> <amtype>string</amtype></term>
|
|
<listitem>
|
|
<para>Default:
|
|
-<amdefault>"/usr/adm/amanda"</amdefault>.
|
|
+<amdefault>"/var/amanda"</amdefault>.
|
|
The directory for the
|
|
<command>amdump</command>
|
|
and
|
|
@@ -1064,7 +1064,7 @@ files.</para>
|
|
<term><amkeyword>indexdir</amkeyword> <amtype>string</amtype></term>
|
|
<listitem>
|
|
<para>Default
|
|
-<amdefault>"/usr/adm/amanda/index"</amdefault>.
|
|
+<amdefault>"/var/amanda/index"</amdefault>.
|
|
The directory where index files (backup image catalogues) are stored.
|
|
Index files are
|
|
only generated for filesystems whose
|