Re: Can we please remove "green@FreeBSD.org" from the version string?

2001-08-09 Thread Alexander Langer
Thus spake David O'Brien ([EMAIL PROTECTED]): > > > It's far removed from being "plain" OpenSSH or "portable" OpenSSH. > This the "FreeBSD" added to the version string. If it's of any interest: I'd also prefer "FreeBSD OpenSSH" as David suggested. Thanks Alex To Unsubscribe: send mail to [EMA

Re: Can we please remove "green@FreeBSD.org" from the version string?

2001-08-08 Thread Wilko Bulte
On Wed, Aug 08, 2001 at 11:08:21PM -0400, Brian F. Feldman wrote: > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > On Wed, Aug 08, 2001 at 09:01:36AM -0700, David O'Brien wrote: > > > On Wed, Aug 08, 2001 at 04:51:55PM +0200, Alexander Langer wrote: > > > > Thus spake David O'Brien ([EMAIL PROTECTED])

Re: Can we please remove "green@FreeBSD.org" from the version string?

2001-08-08 Thread Brian F. Feldman
Wilko Bulte <[EMAIL PROTECTED]> wrote: > On Wed, Aug 08, 2001 at 09:01:36AM -0700, David O'Brien wrote: > > On Wed, Aug 08, 2001 at 04:51:55PM +0200, Alexander Langer wrote: > > > Thus spake David O'Brien ([EMAIL PROTECTED]): > > > > > > Looking at the first two lines, shouldn't it be > > > > >

Re: Can we please remove "green@FreeBSD.org" from the version string?

2001-08-08 Thread Wilko Bulte
On Wed, Aug 08, 2001 at 09:01:36AM -0700, David O'Brien wrote: > On Wed, Aug 08, 2001 at 04:51:55PM +0200, Alexander Langer wrote: > > Thus spake David O'Brien ([EMAIL PROTECTED]): > > > > Looking at the first two lines, shouldn't it be > > > > > #define SSH_VERSION (ssh_version_ge

Re: Can we please remove "green@FreeBSD.org" from the version string?

2001-08-08 Thread David O'Brien
On Wed, Aug 08, 2001 at 04:51:55PM +0200, Alexander Langer wrote: > Thus spake David O'Brien ([EMAIL PROTECTED]): > > Looking at the first two lines, shouldn't it be > > > #define SSH_VERSION(ssh_version_get()) > > #define SSH_VERSION_BASE "OpenSSH_2.9" > > -#defineSSH_VE

Re: Can we please remove "green@FreeBSD.org" from the version string?

2001-08-08 Thread Alexander Langer
Thus spake David O'Brien ([EMAIL PROTECTED]): Looking at the first two lines, shouldn't it be > #define SSH_VERSION (ssh_version_get()) > #define SSH_VERSION_BASE "OpenSSH_2.9" > -#define SSH_VERSION_ADDENDUM"[EMAIL PROTECTED] 20010608" > +#define SSH_VERSION_ADDENDUM "Fr

Can we please remove "green@FreeBSD.org" from the version string?

2001-08-08 Thread David O'Brien
Please apply the below diff. This is a FreeBSD effort, not GreenBSD. Or should there be "GCC 2.95.3 [EMAIL PROTECTED] x.y.z", "cvs 1.11.0 [EMAIL PROTECTED]", etc... This isn't Linux where it is a collective of eclectic items, rather FreeBSD is a collective. Index: version.h ===