diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2005-10-02 11:07:05 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2005-10-02 11:07:05 +0000 |
commit | e555f8a17c9b8a0f6bf9b8e6a78864a621c434bc (patch) | |
tree | 0cee8a1c5446e9e5d6dbe35d3d90b9eb810ef178 /sysutils/bacula-server | |
parent | f0a947c9419237ad99118082aa3a494766a0643f (diff) | |
download | ports-e555f8a17c9b8a0f6bf9b8e6a78864a621c434bc.tar.gz ports-e555f8a17c9b8a0f6bf9b8e6a78864a621c434bc.zip |
o) Change default location bconsole looks for it's configuration file
from ./bconsole.conf to ${PREFIX}/etc/bconsole.conf where it's installed
PR: -
Obtained from: "Radim Kolar" <hsn@netmag.cz>
Notes
Notes:
svn path=/head/; revision=143963
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index a2c826c6bd74..0374df6547ec 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -153,6 +153,8 @@ pre-everything:: .endif post-patch: +# Default bconsole.conf is ${PREFIX}/etc + @${REINPLACE_CMD} -e 's|./bconsole.conf|${PREFIX}/etc/bconsole.conf|g' ${WRKSRC}/src/console/console.c .if defined(WITH_CLIENT_ONLY) # In client port only install startup script out of script dir (see below post-install) # Dont mkdir ${PREFIX}/share/bacule cause it's empty |