Gentoo Archives: gentoo-commits

From: "Richard Freeman (rich0)" <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/sarab/files: 1.0.0-better-defaults-gentoo.patch
Date: Sat, 21 Aug 2010 01:27:31
Message-Id: 20100821012723.93E692004E@flycatcher.gentoo.org
1 rich0 10/08/21 01:27:23
2
3 Added: 1.0.0-better-defaults-gentoo.patch
4 Log:
5 bump - 322817, thanks all for patience
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-backup/sarab/files/1.0.0-better-defaults-gentoo.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/sarab/files/1.0.0-better-defaults-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/sarab/files/1.0.0-better-defaults-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.0.0-better-defaults-gentoo.patch
15 ===================================================================
16 --- sarab-1.0.0.orig/etc/sarab.conf 2010-02-21 06:13:22.000000000 -0500
17 +++ sarab-1.0.0/etc/sarab.conf 2010-08-20 18:30:41.630323933 -0400
18 @@ -76,10 +76,10 @@
19
20 # The location of the DAR executable file
21 # This line is only effective if not added by install.sh later in this file
22 -DAR_BINARY="/usr/local/bin/dar"
23 +DAR_BINARY="/usr/bin/dar"
24
25 # The location of the statically-compiled DAR executable file
26 -DAR_STATIC="/usr/local/bin/dar_static"
27 +DAR_STATIC="/usr/bin/dar_static"
28
29 # The temporary directory name that backups will be created in. This will be created underneath $DESTINATION.
30 WORK_DIR=".sarab_temp_workdir"
31 @@ -88,4 +88,4 @@
32 DAR_CREATE="$DESTINATION/$WORK_DIR/$BASENAME"
33
34 # Location and name of temporary log file
35 -TEMP_LOG="$SARAB_ETC/sarab_temp.log"
36 +TEMP_LOG="/var/log/sarab_temp.log"