-RELEASE to -STABLE

Hi,

When I try to install any package, I have the same problem:
Code:
unable to get [url]ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/xxx.tbz[/url] : File unavailable ...

I found a solution to that:
Code:
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/
but each time I reboot, I have to do that thing :(. Is there a definitive solution?

Thanks.
 
Environment variables are set for the currently-running system.

Add that [cmd=""]setenv[/cmd] command to /.cshrc. PACKAGESITE will be set every time you log in as root to use # pkg_add.
 
Back
Top