View Single Post
  #1   (View Single Post)  
Old 18th July 2009
badguy badguy is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: MD, USA
Posts: 59
Default How do I edit my .profile to permanently have an ftp site to point to

$ export PKG_PATH=ftp://your.ftp.mirror/pub/OpenBSD/4.5/packages/machine/

It's usually a good idea to add a line similar to the above examples to your ~/.profile. As with the classic PATH variable, you can specify multiple locations, separated by colons.

Please How do I edit my . profile to have that permanently? Currently this is what I when I view the .profile file.

# $OpenBSD: dot.profile,v 1.5 2005/03/30 21:18:33 millert Exp $
#
# sh/ksh initialization

PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
export PATH
: ${HOME='/root'}
export HOME
umask 022

if [ -x /usr/bin/tset ]; then
eval `/usr/bin/tset -sQ \?$TERM`
fi
~
~
~
Reply With Quote