[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No Subject
Hello!
Ok here's my problem. I'm trying to patch an OpenBSD 3.0 box. I'm
currently trying to apply the 002_ssh2.patch.
Here's the instructions for the application of the patch:
1) cd /usr/src
2) patch -p0 < 002_ssh.patch
3) cd usr.bin/ssh
4) make obj
5) make cleandir
6) make depend
7) make && make install
I've completed steps 1 and 2 sucessfully. Ok now I'm sure this is something
very simple. I cannot issue the command "cd usr.bin/ssh".
I've tried cd /usr.bin/ssh (says no dir), cd /usr/bin/ssh (says ssh is a
binary, not a dir).
I've got the actual patch file (002_ssh2.patch) in /tmp/3.0/common/ if that
makes any difference.
If someone could let me know what's the actual solution I'd be very
appreciative.
Thanks,
Ross
_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
- Follow-Ups:
- Re: (null)
- From: "Rod... Whitworth" <listener@witworx.com>