Amanda-Users

[amanda-2.5.2p1] Bug in chg-zd-mtx: prefix Missing

2007-10-12 12:46:05
Subject: [amanda-2.5.2p1] Bug in chg-zd-mtx: prefix Missing
From: "Svend Sorensen" <ssorensen AT gmail DOT com>
To: amanda-users AT amanda DOT org
Date: Fri, 12 Oct 2007 09:33:05 -0700
chg-zd-mtx is missing a line for the configured prefix.  It has a line
for @exec_prefix@, but if that wasn't specified during configure, it
defaults to @prefix@.  This results in the following block after
`make`.

   # source utility functions and values from configure
   exec_prefix=${prefix}
   libexecdir=${exec_prefix}/libexec
   . ${libexecdir}/chg-lib.sh

In this case, the script would look for chg-lib.sh in
/libexec/chg-lib.sh, which is incorrect.

Patch is attached.

Attachment: amanda-2.5.2p1-chg-zd-mtx_prefix.diff
Description: Binary data

<Prev in Thread] Current Thread [Next in Thread>