1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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>
This commit is contained in:
Lars Koeller 2005-10-02 11:07:05 +00:00
parent f0a947c941
commit e555f8a17c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143963

View File

@ -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