View Single Post
  #7   (View Single Post)  
Old 27th January 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Please consider this
Code:
j65nko@hercules[~]export PKG_PATH=ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/
j65nko@hercules[~]echo $PKG_PATH
ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/

j65nko@hercules[~]su root
Password:
# echo $PKG_PATH
ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/
# exit

j65nko@hercules[~]su - root
Password:
Terminal type? [xterm] 
root@hercules[~]echo $PKG_PATH                                                                                                                          

root@hercules[~]
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote