Thread: Installing Java
View Single Post
  #16 (permalink)  
Old October 6th, 2003
sly1x sly1x is offline
Novicius
 
Join Date: October 6th, 2003
Posts: 3
sly1x is flying high
Default

Ok I opened it up with vi. only thing I can see to change is this

# Path manipulation
if [ `id -u` = 0 ]; then
pathmunge /sbin
pathmunge /usr/sbin
pathmunge /usr/local/sbin
fi

pathmunge /usr/X11R6/bin after
Reply With Quote