From c97d151041d22f2e16bc9adba82cc4379f84b00b Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Tue, 3 Apr 2007 07:10:23 +0000 Subject: [PATCH] Cleanup: Remove no longer needed special cases. * backup-one-task: Removed special-case setting of remoterdiff for wrath (a local installation now exists) and manhattan (no backups are currently being taken). --- ChangeLog | 5 +++++ backup-one-task | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2719741..6af39c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-04-03 Per Cederqvist <ceder@shafan.lysator.liu.se> + Cleanup. + * backup-one-task: Removed special-case setting of remoterdiff for + wrath (a local installation now exists) and manhattan (no backups + are currently being taken). + Install the programs and files using a more sane prefix. * Makefile (BINDIR): Changed to /opt/LYSrdiff. * backup-all: Changed prefix to /opt/LYSrdiff. diff --git a/backup-one-task b/backup-one-task index 62e9062..438bc51 100755 --- a/backup-one-task +++ b/backup-one-task @@ -57,8 +57,6 @@ serverpath="$6" msg="$7" case "$server" in - wrath) remoterdiff=/usr/bin/rdiff-backup;; - manhattan) remoterdiff=/usr/bin/rdiff-backup;; *) remoterdiff=/opt/LYSrdiff/bin/rdiff-backup;; esac -- GitLab