Repository error

I just noticed that after the install of a base system 9.0 the repository is not changed to -current.

Is there a standard best practice way to change pkg_add(1) command's url for searching for binaries - anything other than setenv?
 
It shouldn't change to -CURRENT, as that's, at this moment, 10.0.

Besides setting PACKAGESITE using setenv(1) you can also add it to /etc/make.conf:
Code:
PACKAGESITE=http://j-internetz/FreeBSD/packages
(Yes, I'm using my own repository, find a correct one for your system)
 
Back
Top