Hello,
I'm currently creating my jail flavor and need a bit of advise.
I created my new user and user group
My question is about how do I install the packages that i want.
In the past i installed them using the port tree
But a lot of people are tell a lot of good about the new package management pkgng
Should i keep installing my package using port or start using pkgng?
If using
, would I still need to have portmaster
Thank you in advance
fred
I'm currently creating my jail flavor and need a bit of advise.
I created my new user and user group
Code:
pw group add user
echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\
pw user add user-g webadmin -G wheel -s /bin/csh -d /home/user-m -H
chown -R user:user/home/user
In the past i installed them using the port tree
Code:
make -C /usr/ports/ports-mgmt/portmaster BATCH=yes OPTIONS_FILE_SET="BASH ZSH" install
Should i keep installing my package using port or start using pkgng?
If using
Code:
pkg install
Thank you in advance
fred