From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 05:50:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A5A16A4B3 for ; Thu, 9 Oct 2003 05:50:05 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA9143F85 for ; Thu, 9 Oct 2003 05:49:59 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id CA14C3AF6; Thu, 9 Oct 2003 08:49:58 -0400 (EDT) Sender: lowell@be-well.ilk.org To: KevinG References: <15996673.20031006194434@pacbell.net> From: Lowell Gilbert Date: 09 Oct 2003 08:49:58 -0400 In-Reply-To: <15996673.20031006194434@pacbell.net> Message-ID: <4465iyfudl.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Patching sshd in FreeBSD 4.7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 12:50:05 -0000 Kevin G writes: > *** 5,11 **** > > #define SSH_VERSION (ssh_version_get()) > #define SSH_VERSION_BASE "OpenSSH_3.4p1" > ! #define SSH_VERSION_ADDENDUM "FreeBSD-20030917" > > const char *ssh_version_get(void); > void ssh_version_set_addendum(const char *add); > --- 5,11 ---- > > #define SSH_VERSION (ssh_version_get()) > #define SSH_VERSION_BASE "OpenSSH_3.4p1" > ! #define SSH_VERSION_ADDENDUM "FreeBSD-20030924" > > const char *ssh_version_get(void); > void ssh_version_set_addendum(const char *add); > > > I've never had any problems patching before, I could use > some help. I can't see why the patch would fail, but it looks like you should be able to easily make the change by hand (putting the later-dated string in the file). Or you could ignore it -- it doesn't really affect anything.