Skip to content
Snippets Groups Projects
Commit c97d1510 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

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).
parent ec07b599
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment