diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-06 16:47:43 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-06 16:47:43 +0000 |
commit | cdf2947a11a6ed5c69ac89686ea52bc376f4847d (patch) | |
tree | dffe98e3127fd6841fcb6be431221e1c1889a557 /app-backup/sarab/files | |
parent | Fix typo in sed, resolves bug #118040. (diff) | |
download | gentoo-2-cdf2947a11a6ed5c69ac89686ea52bc376f4847d.tar.gz gentoo-2-cdf2947a11a6ed5c69ac89686ea52bc376f4847d.tar.bz2 gentoo-2-cdf2947a11a6ed5c69ac89686ea52bc376f4847d.zip |
Include patch for rotation schedule filename courtesy of Gunnar Wrobel <wrobel@gentoo.org>; Resolves Bug #117718.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-backup/sarab/files')
-rw-r--r-- | app-backup/sarab/files/0.2.2-fix-rotation-gentoo.patch | 12 | ||||
-rw-r--r-- | app-backup/sarab/files/digest-sarab-0.2.2-r1 (renamed from app-backup/sarab/files/digest-sarab-0.2.2) | 0 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-backup/sarab/files/0.2.2-fix-rotation-gentoo.patch b/app-backup/sarab/files/0.2.2-fix-rotation-gentoo.patch new file mode 100644 index 000000000000..3f8987ec2532 --- /dev/null +++ b/app-backup/sarab/files/0.2.2-fix-rotation-gentoo.patch @@ -0,0 +1,12 @@ +diff -Naur sarab.orig/sarab.sh sarab/sarab.sh +--- sarab.orig/sarab.sh 2006-01-04 09:45:36.000000000 +0100 ++++ sarab/sarab.sh 2006-01-04 09:49:43.000000000 +0100 +@@ -34,7 +34,7 @@ + function rotate + { + lines=$(cat $SARAB_ETC/$ROTATION_SCHEDULE | wc -l) +- firstline="$(head -n 1 $SARAB_ETC/rotation.schedule)" ++ firstline="$(head -n 1 $SARAB_ETC/$ROTATION_SCHEDULE)" + + # Copy all but the first line back into rotation schedule + tail -n $(expr $lines - 1) $SARAB_ETC/$ROTATION_SCHEDULE > $SARAB_ETC/rotation.schedule.temp diff --git a/app-backup/sarab/files/digest-sarab-0.2.2 b/app-backup/sarab/files/digest-sarab-0.2.2-r1 index 420c4f4253d0..420c4f4253d0 100644 --- a/app-backup/sarab/files/digest-sarab-0.2.2 +++ b/app-backup/sarab/files/digest-sarab-0.2.2-r1 |