Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 01:44:41 -0400 (EDT)
From:      "Russell J. Lahti" <russell@ajboggs.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: another one having a problem installing the "FreeBSD-SA-01:49 " patch
Message-ID:  <996299081.3b62514984363@www.ajboggs.com>
In-Reply-To: <20010728051729.38121.qmail@web20101.mail.yahoo.com>
References:  <20010728051729.38121.qmail@web20101.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
------------------------------------------------------
> I ran the following steps:
> 
> # cd /usr/src/
> 
> done
> 
> # patch -p < /path/to/patch
------------------------------------------------------
It doesn't mean type that literally. it means type:

patch -p < /your/path/to/telnetd-crypto.patch

(the patch that you downloaded)

And please make sure you have the source code.  You
can't apply a patch if you don't have the source code
there to patch.  Otherwise, learn how to use cvsup to
track -Stable (recommended)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?996299081.3b62514984363>