[PC-BSD Commits] r3924 - pcbsd/trunk-current/system-overlay/usr/PCBSD/Scripts
svn at pcbsd.org
svn at pcbsd.org
Thu May 14 08:29:44 PDT 2009
Author: kris
Date: 2009-05-14 08:29:44 -0700 (Thu, 14 May 2009)
New Revision: 3924
Modified:
pcbsd/trunk-current/system-overlay/usr/PCBSD/Scripts/changeportdb.sh
Log:
Updated pkg db location for 8-Current
Modified: pcbsd/trunk-current/system-overlay/usr/PCBSD/Scripts/changeportdb.sh
===================================================================
--- pcbsd/trunk-current/system-overlay/usr/PCBSD/Scripts/changeportdb.sh 2009-05-14 15:26:22 UTC (rev 3923)
+++ pcbsd/trunk-current/system-overlay/usr/PCBSD/Scripts/changeportdb.sh 2009-05-14 15:29:44 UTC (rev 3924)
@@ -3,13 +3,13 @@
# the default PCBSD localbase and its ports
############################################################################
-setenv PKG_DBDIR /PCBSD/var/db
-setenv PORT_DBDIR /PCBSD/var/db
+setenv PKG_DBDIR /PCBSD/var/db/pkg
+setenv PORT_DBDIR /PCBSD/var/db/pkg
clear
echo "Set the following variables:"
-echo " PKG_DBDIR=/PCBSD/var/db"
-echo " PORT_DBDIR=/PCBSD/var/db"
+echo " PKG_DBDIR=/PCBSD/var/db/pkg"
+echo " PORT_DBDIR=/PCBSD/var/db/pkg"
echo " "
echo "WARNING! Modifying PC-BSD base packages could render the system in-operable!"
echo "You will need to edit /etc/make.conf and uncomment the LOCALBASE and LDCONFIG variables as well"
More information about the Commits
mailing list