Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make pkgng be permissive during pkg2ng, but still warn
Baptiste Daroussin committed 13 years ago
commit bb7e38b35e067a37c79045a428839755db9656b7
parent 4020daf5f4b4232fb8fdc554bbfbc0c260197354
1 file changed +2 -0
modified ports/pkg2ng
@@ -2,6 +2,8 @@

: "${PORTSDIR:=/usr/ports}"

+
export PKG_PERMISSIVE=yes
+

if [ $( id -u ) -ne 0 ]
then
	echo "This program needs to be run as root"