[PC-BSD Commits] r18521 - in pbi/modules/net/asterisk: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 20 11:05:41 PDT 2012
Author: kenmoore
Date: 2012-08-20 18:05:41 +0000 (Mon, 20 Aug 2012)
New Revision: 18521
Added:
pbi/modules/net/asterisk/scripts/post-install.sh
pbi/modules/net/asterisk/scripts/pre-portmake.sh
pbi/modules/net/asterisk/scripts/pre-remove.sh
Modified:
pbi/modules/net/asterisk/pbi.conf
Log:
Add in some install scripts for net/asterisk, as well as requiring root to install since it needs to create directories in /var and rebuild with priority 01
Modified: pbi/modules/net/asterisk/pbi.conf
===================================================================
--- pbi/modules/net/asterisk/pbi.conf 2012-08-20 17:00:59 UTC (rev 18520)
+++ pbi/modules/net/asterisk/pbi.conf 2012-08-20 18:05:41 UTC (rev 18521)
@@ -14,11 +14,11 @@
PBI_MAKEOPTS=""
# -- Require Root Permissions to Install PBI --
-PBI_REQUIRESROOT="NO"
+PBI_REQUIRESROOT="YES"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="00"
-PBI_AB_PRIORITY="00"
+PBI_BUILDKEY="01"
+PBI_AB_PRIORITY="01"
PBI_AB_NOTMPFS="NO"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT PBI_BUILDKEY PBI_AB_PRIORITY PBI_AB_NOTMPFS
More information about the Commits
mailing list