Simple Installation (about PKG_CACHE)

2009-05-15 Thread Jose Perez Rodriguez
Hi. Yesterday I was installing packages from the ftp and i was using this:

export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.5/packages/i386/;
PKG_CACHE=/home/
pkg_add .

But when I install a package the package and the dependencies isn't in
/home. I have tried with PKG_DIR=, PKGDIR, and PKG_TMPDIR=, but the
result is the same. When I installed OpenBSD 4.4 (long time ago) I used
PKG_CACHE= and it worked. What could it be? Is something wrong?

Thank you very much.



Help with PKG_PATH=

2009-05-14 Thread Jose Perez Rodriguez
Today i was installing OpenBSD 4.5 and i type:
export PKG_PATH=ftp://tp.openbsd.org/pub/OpenBSD/4.5/packages/i386/
chmod u=rwx /home
PKG_CACHE=/home
pkg_add k3b

But when i type pkg_add k3b, is not working, and the url says 
ftp://tp.openbsd.org//pub/OpenBSD/4.5/packages/i386/;. Strange, isn't it?
(the double //) I'ts not my fault, so i don't what what happens.

Thank you very much.