On 7/20/06, Claudiu Pruna <[EMAIL PROTECTED]> wrote:
Can anybody enlighten me, why in OpenBSD 3.9/i386 with GENERIC #617,
happens the followings:
ftp> get bash-3.1.1p0.tgz "|pkg_add -v -"
You could export PKG_PATH and do the installation; eg,
# export PKG_PATH=ftp://ftp.it.net.au/mirrors/OpenBSD/3.9/packages/i386
# echo $PKG_PATH
ftp://ftp.it.net.au/mirrors/OpenBSD/3.9/packages/i386
# pkg_add -v GeoIP-1.3.14.tgz
parsing GeoIP-1.3.14
installed /etc/GeoIP.conf from
/usr/local/share/examples/GeoIP/GeoIP.conf
installed /var/db/GeoIP/GeoIP.dat from
/usr/local/share/examples/GeoIP/GeoIP.dat
GeoIP-1.3.14: complete
--
Tanvir