Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/sarab/files: 0.2.7-better-defaults-gentoo.patch
Date: Tue, 31 Mar 2009 21:48:30
Message-Id: E1Lolop-0006Uo-O2@stork.gentoo.org
1 bangert 09/03/31 21:48:27
2
3 Added: 0.2.7-better-defaults-gentoo.patch
4 Log:
5 version bump - bug #264169 - thanks Florian D
6 (Portage version: 2.2_rc26/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.2.7-better-defaults-gentoo.patch
15 ===================================================================
16 Index: sarab-0.2.7/etc/sarab.conf
17 ===================================================================
18 --- sarab-0.2.7.orig/etc/sarab.conf
19 +++ sarab-0.2.7/etc/sarab.conf
20 @@ -76,10 +76,10 @@
21
22 # The location of the DAR executable file
23 # This line is only effective if not added by install.sh later in this file
24 -DAR_BINARY="/usr/local/bin/dar"
25 +DAR_BINARY="/usr/bin/dar"
26
27 # The location of the statically-compiled DAR executable file
28 -DAR_STATIC="/usr/local/bin/dar_static"
29 +DAR_STATIC="/usr/bin/dar_static"
30
31 # The temporary directory name that backups will be created in. This will be created underneath $DESTINATION.
32 WORK_DIR=".sarab_temp_workdir"
33 @@ -92,4 +92,4 @@
34 DAR_COMMAND="$DAR_BINARY --batch $SECURITY_CONFIG --batch $SARAB_ETC/$SARAB_DCF -c $DAR_CREATE --noconf -Q"
35
36 # Location and name of temporary log file
37 -TEMP_LOG="$SARAB_ETC/sarab_temp.log"
38 +TEMP_LOG="/var/log/sarab_temp.log"