Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove portupgrade's pkgdb when running pkg2ng
Bryan Drewery committed 14 years ago
commit 7057088b2635f71031853bab7d8fa37d7d630c3f
parent 68cf58fd9d9eb281de4d6ee630c5e69268376dcf
1 file changed +2 -0
modified ports/pkg2ng
@@ -75,3 +75,5 @@ do
	rm -rf ${MDIR}
done

+
# Delete the portupgrade pkgdb to avoid discrepencies. It will be auto recreated.
+
rm -f /var/db/pkg/pkgdb.db > /dev/null 2>&1