View Single Post
  #6   (View Single Post)  
Old 11th January 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Most of us put this in our .profile for Bourne based shells:

export PKG_PATH=ftp://<my.nearest.mirror>/pub/OpenBSD/<release>/packages/<arch>/

Or we put this in our .cshrc for C based shells:

setenv PKG_PATH ftp://<my.nearest.mirror>/pub/OpenBSD/<release>/packages/<arch>/
Reply With Quote