[PC-BSD Commits] r7601 - pcbsd/current/src-qt4/pbi-manager/module-examples
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 20 11:46:33 PDT 2010
Author: kris
Date: 2010-09-20 11:46:33 -0700 (Mon, 20 Sep 2010)
New Revision: 7601
Modified:
pcbsd/current/src-qt4/pbi-manager/module-examples/convertoldmod.sh
Log:
Don't need the update url anymore for pbi-manager, specified in /usr/local/etc/pbi.conf already
Modified: pcbsd/current/src-qt4/pbi-manager/module-examples/convertoldmod.sh
===================================================================
--- pcbsd/current/src-qt4/pbi-manager/module-examples/convertoldmod.sh 2010-09-20 18:40:28 UTC (rev 7600)
+++ pcbsd/current/src-qt4/pbi-manager/module-examples/convertoldmod.sh 2010-09-20 18:46:33 UTC (rev 7601)
@@ -122,12 +122,6 @@
echo " " >>${ndir}/pbi.conf
expts="${expts} PBI_PROGICON"
fi
-if [ ! -z "${PBIUPDATE}" ] ; then
- echo "# PBI Update URL set to \"\" or the http:// URL of update checker
-PBI_UPDATEURL=\"${PBIUPDATE}\"" >>${ndir}/pbi.conf
- echo " " >>${ndir}/pbi.conf
- expts="${expts} PBI_UPDATEURL"
-fi
if [ ! -z "${MAKEOPTS}" ] ; then
echo "# Additional options for make.conf
PBI_MAKEOPTS=\"${MAKEOPTS}\"" >>${ndir}/pbi.conf
More information about the Commits
mailing list