From 8771e7c56062edf0038e6e3167b6ff9ead2348bd Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 19 Aug 2004 13:09:37 +0000 Subject: [PATCH] Renamed LIBPATH to LIBDIR. New option -a (--all). Do not start restore unless -a or patterns are given. (restore_fs,restore_files): Fixed use of --listed option. --- scripts/restore.in | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/scripts/restore.in b/scripts/restore.in index 70b5b08..88ab1fa 100644 --- a/scripts/restore.in +++ b/scripts/restore.in @@ -19,14 +19,16 @@ # Load library routines SYSCONFDIR=${SYSCONFDIR-@sysconfdir@} -. ${LIBPATH-@libexecdir@}/backup.sh +. ${LIBDIR-@libexecdir@}/backup.sh usage() { cat - < $LOGFILE <