Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/rsnapshot/files: rsnapshot-1.3.1-cp_al.patch
Date: Thu, 11 Sep 2008 18:03:25
Message-Id: E1KdqVm-0001Ul-VF@stork.gentoo.org
1 yngwin 08/09/11 18:03:22
2
3 Added: rsnapshot-1.3.1-cp_al.patch
4 Log:
5 Version bump and assigning to proxied maintainer Erik Hahn
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 i686)
7
8 Revision Changes Path
9 1.1 app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch?rev=1.1&content-type=text/plain
13
14 Index: rsnapshot-1.3.1-cp_al.patch
15 ===================================================================
16 diff -ur rsnapshot-1.3.1.original/rsnapshot-program.pl rsnapshot-1.3.1/rsnapshot-program.pl
17 --- rsnapshot-1.3.1.original/rsnapshot-program.pl 2006-10-21 08:12:30.000000000 +0200
18 +++ rsnapshot-1.3.1/rsnapshot-program.pl 2006-11-22 21:37:39.133222510 +0100
19 @@ -3269,7 +3269,7 @@
20 if (0 == $test) {
21 $result = cp_al(
22 "$config_vars{'snapshot_root'}/$interval.0/",
23 - "$config_vars{'snapshot_root'}/$interval.1/"
24 + "$config_vars{'snapshot_root'}/$interval.1"
25 );
26 if (! $result) {
27 my $errstr = '';