Skip to content

Commit

Permalink
rsnapshot with gentoo bug fixes #342643 and #373429
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Jul 20, 2011
1 parent f278152 commit 86b5313
Show file tree
Hide file tree
Showing 7 changed files with 1,473 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-backup/rsnapshot/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
AUX rsnapshot-1.3.1-cp_al.patch 535 RMD160 252a8254223a6a22bc0d8f94bd38a1aa91dfe6c6 SHA1 2cd3d0972c048907d4943891a96f21c99a4b2408 SHA256 a20a3b23d19c657e8cda47fd7f755bd5c9386c9df73f20660429a3588047e168
AUX rsnapshot-1.3.1-svn-fixes-1.398-1.430.patch 47615 RMD160 4ecec2d4bf20a333aba28db8f28fcb4894b751f4 SHA1 3d3c6f5b1b4af3bc204213411c566e0307a56154 SHA256 3f5764ac58438037f738d135728fb262f61e184ddc0a1feb67219dd71fd3512d
DIST rsnapshot-1.3.1.tar.gz 215806 RMD160 948ee5669c5da0728f607007da4d5fbbcfcdd8c7 SHA1 a3aa3560dc389e1b00155a5869558522c4a29e05 SHA256 94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
EBUILD rsnapshot-1.3.1-r1.ebuild 1321 RMD160 4d3a384f92b68840a618aa1c4a82180ee1bd74d4 SHA1 de649cf70c2cdfdbf9d32dd05e1cc7319a1ad8ea SHA256 1c31750e709f1644290a99b0922e020a5ca24dcc94e2b61aad345d4e6bb80264
EBUILD rsnapshot-1.3.1-r2.ebuild 1430 RMD160 62f1fa299ec42ec9d334409867d63e13fb13fb41 SHA1 86c0746dc13503b9b55f76196bc95e7e1464172a SHA256 93289f8df48c68ca8fcac0e2de4a46a7269b77a9aab0204cf4ac7bdc63f02d42
EBUILD rsnapshot-1.3.1.ebuild 1372 RMD160 29f40720e68c9e6f10b9d2686b2d6aa559a9f7a8 SHA1 9ea72065ce414fb367aefc75d5f9d23f4cc84bea SHA256 14fe00608e5f6adf7a183747c10b6fff6e62a2fea22e36f79950205073f77deb
MISC ChangeLog 7948 RMD160 8d24919fe017a4e9f3a5a100ab6d835bff20cefc SHA1 03725d2d452d5a1b01fd7025a59fa73913995c00 SHA256 664c90291c0a5ba11c8536c9fb1f9cb23130fefb018a49e94d5f7bd684659a62
MISC metadata.xml 414 RMD160 710c6c76c8a3cf48333bf15da2e0b627ea3a124b SHA1 6c51aeb4e77a89833a91af4efa28509b74354ec9 SHA256 df35aff063328e10381919162c7efebaa0c073fba541b218cd45cb1829f65873
12 changes: 12 additions & 0 deletions app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -ur rsnapshot-1.3.1.original/rsnapshot-program.pl rsnapshot-1.3.1/rsnapshot-program.pl
--- rsnapshot-1.3.1.original/rsnapshot-program.pl 2006-10-21 08:12:30.000000000 +0200
+++ rsnapshot-1.3.1/rsnapshot-program.pl 2006-11-22 21:37:39.133222510 +0100
@@ -3269,7 +3269,7 @@
if (0 == $test) {
$result = cp_al(
"$config_vars{'snapshot_root'}/$interval.0/",
- "$config_vars{'snapshot_root'}/$interval.1/"
+ "$config_vars{'snapshot_root'}/$interval.1"
);
if (! $result) {
my $errstr = '';

0 comments on commit 86b5313

Please sign in to comment.