View Single Post
  #9   (View Single Post)  
Old 20th November 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Originally Posted by Sam View Post
have installed the file comp46.tgz during installation of my openbsd and I use pkg_add gnome session
Did you -not- understand my comment about patch? Let me be try to be clearer:

The patch file points to files in "ports/x11/gnome/session/..." so you -must- either do:
# cd /usr
# patch < /path/to/your/file
# cd ports/x11/gnome/session
or, while in the /usr/ports/x11/gnome/session directory:
# patch -p3 < /path/to/your/file
or, you can manually edit the patch file. This is not recommended.

I would recommend using patch -p3. Please read about the -p option in the man page.

I am not sure what you are trying to say with your latest post.
Reply With Quote