summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev-server/patches/patch-ac
blob: 5d2bec0713c84dcd56c766049dc940b4df0ee480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ac,v 1.1.1.1 2002/05/02 13:28:16 bouyer Exp $

--- example/amanda.conf.chg-scsi.in.orig	Fri Apr 13 19:35:18 2001
+++ example/amanda.conf.chg-scsi.in	Tue Apr 30 13:01:08 2002
@@ -165,10 +165,10 @@
 # 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 "/usr/adm/amanda/@DEFAULT_CONFIG@/curinfo"	# database DIRECTORY
-logdir   "/usr/adm/amanda/@DEFAULT_CONFIG@"		# log directory
-indexdir "/usr/adm/amanda/@DEFAULT_CONFIG@/index"	# index directory
-#tapelist "/usr/adm/amanda/@DEFAULT_CONFIG@/tapelist"	# list of used tapes
+infofile "@localstatedir@/@DEFAULT_CONFIG@/curinfo"	# database DIRECTORY
+logdir   "@localstatedir@/@DEFAULT_CONFIG@"		# log directory
+indexdir "@localstatedir@/@DEFAULT_CONFIG@/index"	# index directory
+#tapelist "@localstatedir@/@DEFAULT_CONFIG@/tapelist"	# list of used tapes
 # tapelist is stored, by default, in the directory that contains amanda.conf