From: Sergey Poznyakoff Date: Thu, 19 Aug 2004 13:09:37 +0000 (+0000) Subject: Renamed LIBPATH to LIBDIR. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8771e7c56062edf0038e6e3167b6ff9ead2348bd;p=chaz%2Ftar 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. --- 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 <