[PC-BSD Commits] r20146 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Nov 8 13:22:47 PST 2012
Author: kris
Date: 2012-11-08 21:22:47 +0000 (Thu, 08 Nov 2012)
New Revision: 20146
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Load the PBI conffile when running pbi_create, so we can manually
set PBI_PROGDIRPATH via the conf, instead of the CLI
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-11-08 10:17:44 UTC (rev 20145)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-11-08 21:22:47 UTC (rev 20146)
@@ -1048,6 +1048,7 @@
if [ ! -d "${PBI_CONFDIR}" ] ; then
exit_err "Invalid confdir (${PBI_CONFDIR})"
fi
+ load_pbi_conffile
;;
-d) if [ $# -eq 1 ]; then usage_create_pbi; fi
shift; PORTSDIR="$1"
More information about the Commits
mailing list