diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-03-31 21:48:28 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-03-31 21:48:28 +0000 |
commit | bf6cdc0d6d52d96481e3b5d5dbe34bed8de9fad4 (patch) | |
tree | ce84c86da07c3a076d0364a59a0155aff4155e39 /app-backup/sarab/files | |
parent | Fix bug #261974 and ensure it builds on ppc64 machines. (diff) | |
download | gentoo-2-bf6cdc0d6d52d96481e3b5d5dbe34bed8de9fad4.tar.gz gentoo-2-bf6cdc0d6d52d96481e3b5d5dbe34bed8de9fad4.tar.bz2 gentoo-2-bf6cdc0d6d52d96481e3b5d5dbe34bed8de9fad4.zip |
version bump - bug #264169 - thanks Florian D
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-backup/sarab/files')
-rw-r--r-- | app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch b/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch new file mode 100644 index 000000000000..88c3172027cb --- /dev/null +++ b/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch @@ -0,0 +1,23 @@ +Index: sarab-0.2.7/etc/sarab.conf +=================================================================== +--- sarab-0.2.7.orig/etc/sarab.conf ++++ sarab-0.2.7/etc/sarab.conf +@@ -76,10 +76,10 @@ + + # The location of the DAR executable file + # This line is only effective if not added by install.sh later in this file +-DAR_BINARY="/usr/local/bin/dar" ++DAR_BINARY="/usr/bin/dar" + + # The location of the statically-compiled DAR executable file +-DAR_STATIC="/usr/local/bin/dar_static" ++DAR_STATIC="/usr/bin/dar_static" + + # The temporary directory name that backups will be created in. This will be created underneath $DESTINATION. + WORK_DIR=".sarab_temp_workdir" +@@ -92,4 +92,4 @@ + DAR_COMMAND="$DAR_BINARY --batch $SECURITY_CONFIG --batch $SARAB_ETC/$SARAB_DCF -c $DAR_CREATE --noconf -Q" + + # Location and name of temporary log file +-TEMP_LOG="$SARAB_ETC/sarab_temp.log" ++TEMP_LOG="/var/log/sarab_temp.log" |