[PC-BSD Commits] r8049 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Fri Nov 19 11:24:20 PST 2010
Author: kris
Date: 2010-11-19 11:24:20 -0800 (Fri, 19 Nov 2010)
New Revision: 8049
Modified:
pcbsd/current/src-sh/pbi-manager/install.sh
Log:
Fixed unnecessary rehash call
Modified: pcbsd/current/src-sh/pbi-manager/install.sh
===================================================================
--- pcbsd/current/src-sh/pbi-manager/install.sh 2010-11-19 18:56:51 UTC (rev 8048)
+++ pcbsd/current/src-sh/pbi-manager/install.sh 2010-11-19 19:24:20 UTC (rev 8049)
@@ -53,7 +53,6 @@
# If this is a new install, add the PC-BSD master repo
if [ ! -d "/var/db/pbi/keys" ] ; then
- rehash
pbi_addrepo ${DIR}/repo/pcbsd.rpo
fi
chmod 755 /var/db/pbi/keys
More information about the Commits
mailing list