summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/sarab/files/0.2.2-fix-rotation.patch')
-rw-r--r--app-backup/sarab/files/0.2.2-fix-rotation.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-backup/sarab/files/0.2.2-fix-rotation.patch b/app-backup/sarab/files/0.2.2-fix-rotation.patch
deleted file mode 100644
index 3f8987e..0000000
--- a/app-backup/sarab/files/0.2.2-fix-rotation.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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