Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 02:40:15 GMT
From:      Phillip Neumann <pneumann@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95279: (New Port) FreeBPX: a web gui to the asterisk PBX
Message-ID:  <200604120240.k3C2eFg0093101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/95279; it has been noted by GNATS.

From: Phillip Neumann <pneumann@gmail.com>
To: bug-followup@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--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604120240.k3C2eFg0093101>