Description: Fix various lintian errors relating to man pages, including line breaks, non-standard FHS paths, etc.
Author: Bill Blough <devel@blough.us>

Index: amanda.git/common-src/conffile.c
===================================================================
--- amanda.git.orig/common-src/conffile.c	2017-02-05 10:57:17.100551080 +0000
+++ amanda.git/common-src/conffile.c	2017-02-05 10:57:17.088551433 +0000
@@ -6207,9 +6207,9 @@ init_defaults(
     conf_init_str(&conf_data[CNF_CHANGERFILE]             , "changer");
     conf_init_str   (&conf_data[CNF_TAPELIST]             , "tapelist");
     conf_init_str   (&conf_data[CNF_DISKFILE]             , "disklist");
-    conf_init_str   (&conf_data[CNF_INFOFILE]             , "/usr/adm/amanda/curinfo");
-    conf_init_str   (&conf_data[CNF_LOGDIR]               , "/usr/adm/amanda");
-    conf_init_str   (&conf_data[CNF_INDEXDIR]             , "/usr/adm/amanda/index");
+    conf_init_str   (&conf_data[CNF_INFOFILE]             , CONFIG_DIR "/curinfo");
+    conf_init_str   (&conf_data[CNF_LOGDIR]               , CONFIG_DIR);
+    conf_init_str   (&conf_data[CNF_INDEXDIR]             , CONFIG_DIR "/index");
     conf_init_ident    (&conf_data[CNF_TAPETYPE]             , "DEFAULT_TAPE");
     conf_init_identlist(&conf_data[CNF_HOLDINGDISK]          , NULL);
     conf_init_int      (&conf_data[CNF_DUMPCYCLE]            , CONF_UNIT_NONE, 10);
Index: amanda.git/man/amanda.conf.5
===================================================================
--- amanda.git.orig/man/amanda.conf.5	2017-02-05 10:57:17.100551080 +0000
+++ amanda.git/man/amanda.conf.5	2017-02-05 10:57:17.092551315 +0000
@@ -757,7 +757,7 @@ Default:
 \fBindexdir\fR \fIstring\fR
 .RS 4
 Default
-\fI"/usr/adm/amanda/index"\fR\&. The directory where index files (backup image catalogues) are stored\&. Index files are only generated for filesystems whose
+\fI"<CONFIG_DIR>/index"\fR\&. The directory where index files (backup image catalogues) are stored\&. Index files are only generated for filesystems whose
 \fBdumptype\fR
 has the
 \fBindex\fR
@@ -767,7 +767,7 @@ option enabled\&.
 \fBinfofile\fR \fIstring\fR
 .RS 4
 Default:
-\fI"/usr/adm/amanda/curinfo"\fR\&. 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\&. If it was configured to use text formated databases (the default), this is the base directory and within here will be a directory per client, then a directory per disk, then a text file of data\&.
+\fI"<CONFIG_DIR>/curinfo"\fR\&. 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\&. If it was configured to use text formated databases (the default), this is the base directory and within here will be a directory per client, then a directory per disk, then a text file of data\&.
 .RE
 .PP
 \fBinparallel\fR \fIint\fR
@@ -810,7 +810,7 @@ Default: not set\&. When set, this direc
 \fBlogdir\fR \fIstring\fR
 .RS 4
 Default:
-\fI"/usr/adm/amanda"\fR\&. The directory for the
+\fI"<CONFIG_DIR>"\fR\&. The directory for the
 \fBamdump\fR
 and
 \fBlog\fR
Index: amanda.git/man/amfetchdump.8
===================================================================
--- amanda.git.orig/man/amfetchdump.8	2017-02-05 10:57:17.100551080 +0000
+++ amanda.git/man/amfetchdump.8	2017-02-05 10:57:17.092551315 +0000
@@ -31,7 +31,7 @@
 amfetchdump \- extract backup images from multiple Amanda tapes\&.
 .SH "SYNOPSIS"
 .HP \w'\fBamfetchdump\fR\ 'u
-\fBamfetchdump\fR [\-c | \-C | \-l] [\-p | \-n] [\-a] [\-O\ \fIdirectory\fR] [\-d\ \fIdevice\fR] [\-h | \-\-header\-file\ \fIfilename\fR | \-\-header\-fd\ \fIfd\fR] [\-\-release\-tapes | \-\-reserve\-tapes] [\-\-decompress | \-\-no\-decompress | \-\-server\-decompress | \-\-client\-decompress] [{\-\-extract\ |\ \-\-extract\-client=\fIHOSTNAME\fR}\ \-\-directory\fI\ directory\fR\ [\-\-data\-path\fI\ amanda|directtcp\fR]\ [\-\-run\-client\-scripts]\ [\-\-prev\-level\ \fIlevel\fR]\ [\-\-next\-level\ \fIlevel\fR]\ [\-\-application\-property\ \fINAME=VALUE\fR]*\ [\-\-include\-file\ \fIfile\fR]*\ [\-\-include\-list\ \fIfilename\fR]*\ [\-\-include\-list\-glob\ \fIfilename\fR]*\ [\-\-exclude\-file\ \fIfile\fR]*\ [\-\-exclude\-list\ \fIfilename\fR]*\ [\-\-exclude\-list\-glob\ \fIfilename\fR]*] [\-\-init] [\-\-restore] [\-\-decrypt | \-\-no\-decrypt | \-\-server\-decrypt | \-\-client\-decrypt] [\-\-exact_match] [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR \fIhostname\fR [\fIdisk\fR\ [\ \fIdate\fR\ [\ \fIlevel\fR\ [\ \fIhostname\fR\ [\&.\&.\&.]\ ]\ ]\ ]]
+\fBamfetchdump\fR [\-c | \-C | \-l] [\-p | \-n] [\-a] [\-O\ \fIdirectory\fR] [\-d\ \fIdevice\fR] [\-h | \-\-header\-file\ \fIfilename\fR | \-\-header\-fd\ \fIfd\fR] [\-\-release\-tapes | \-\-reserve\-tapes] [\-\-decompress | \-\-no\-decompress | \-\-server\-decompress | \-\-client\-decompress] [{\-\-extract\ |\ \-\-extract\-client=\fIHOSTNAME\fR}\ \-\-directory\fI\ directory\fR\ [\-\-data\-path\fI\ amanda\fR | \fIdirecttcp\fR]\ [\-\-run\-client\-scripts]\ [\-\-prev\-level\ \fIlevel\fR]\ [\-\-next\-level\ \fIlevel\fR]\ [\-\-application\-property\ \fINAME=VALUE\fR]*\ [\-\-include\-file\ \fIfile\fR]*\ [\-\-include\-list\ \fIfilename\fR]*\ [\-\-include\-list\-glob\ \fIfilename\fR]*\ [\-\-exclude\-file\ \fIfile\fR]*\ [\-\-exclude\-list\ \fIfilename\fR]*\ [\-\-exclude\-list\-glob\ \fIfilename\fR]*] [\-\-init] [\-\-restore] [\-\-decrypt | \-\-no\-decrypt | \-\-server\-decrypt | \-\-client\-decrypt] [\-\-exact_match] [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR \fIhostname\fR [\fIdisk\fR\ [\ \fIdate\fR\ [\ \fIlevel\fR\ [\ \fIhostname\fR\ [\&.\&.\&.]\ ]\ ]\ ]]
 .SH "DESCRIPTION"
 .PP
 \fBAmfetchdump\fR
