Date: 09 Oct 2003 08:49:58 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: KevinG <whackstr@pacbell.net> Cc: freebsd-questions@freebsd.org Subject: Re: Patching sshd in FreeBSD 4.7 Message-ID: <4465iyfudl.fsf@be-well.ilk.org> In-Reply-To: <15996673.20031006194434@pacbell.net> References: <15996673.20031006194434@pacbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Kevin G <whackstr@pacbell.net> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4465iyfudl.fsf>