From 923cb9d63913f1b3fe2c8d09ed02fcd008780d65 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 22 2021 14:20:30 +0000 Subject: Apply patch amanda-3.2.0-config-dir.patch patch_name: amanda-3.2.0-config-dir.patch present_in_specfile: true location_in_specfile: 3 --- diff --git a/example/amanda.conf.in b/example/amanda.conf.in index 56224ef..fae76b2 100644 --- a/example/amanda.conf.in +++ b/example/amanda.conf.in @@ -215,10 +215,10 @@ holdingdisk hd1 { # Note that, although the keyword below is infofile, it is only so for # historic reasons, since now it is supposed to be a directory (unless # you have selected some database format other than the `text' default) -infofile "@CONFIG_DIR@/@DEFAULT_CONFIG@/curinfo" # database DIRECTORY -logdir "@CONFIG_DIR@/@DEFAULT_CONFIG@" # log directory -indexdir "@CONFIG_DIR@/@DEFAULT_CONFIG@/index" # index directory -#tapelist "@CONFIG_DIR@/@DEFAULT_CONFIG@/tapelist" # list of used tapes +infofile "/var/lib/amanda/@DEFAULT_CONFIG@/curinfo" # database DIRECTORY +logdir "/var/lib/amanda/@DEFAULT_CONFIG@" # log directory +indexdir "/var/lib/amanda/@DEFAULT_CONFIG@/index" # index directory +tapelist "/var/lib/amanda/@DEFAULT_CONFIG@/tapelist" # list of used tapes # tapelist is stored, by default, in the directory that contains amanda.conf # tapetypes