ports/95279: (New Port) FreeBPX: a web gui to the asterisk PBX
Phillip Neumann
pneumann at gmail.com
Wed Apr 12 02:40:16 UTC 2006
The following reply was made to PR ports/95279; it has been noted by GNATS.
From: Phillip Neumann <pneumann at gmail.com>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/95279: (New Port) FreeBPX: a web gui to the asterisk PBX
Date: Tue, 11 Apr 2006 22:33:59 -0400
--=-K1zgNZ3m1HqErRMNcWn8
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Make a backup of the original asterisk config's, becouse it overrides
them...
--=-K1zgNZ3m1HqErRMNcWn8
Content-Disposition: attachment; filename=backup.diff
Content-Type: text/x-patch; name=backup.diff; charset=UTF-8
Content-Transfer-Encoding: 7bit
--- Makefile.orig Tue Apr 11 22:30:44 2006
+++ Makefile Tue Apr 11 22:30:34 2006
@@ -66,6 +66,7 @@
@${FIND} ${WRKSRC} -name "*.bak" | ${XARGS} ${RM} -f
do-install:
+ @(cd ${PREFIX}/etc && ${CP} -rip asterisk asterisk.orig)
@(cd ${WRKSRC} && ./install_amp --username ${DBUSER} --password ${DBUSERPASS} --dbhost ${DBHOST})
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WWWDATA}
@${CHGRP} -R ${WWWGRP} ${PREFIX}/etc/asterisk
--=-K1zgNZ3m1HqErRMNcWn8--
More information about the freebsd-ports-bugs
mailing list