Date: Wed, 8 Aug 2001 07:44:02 -0700 From: "David O'Brien" <obrien@Freebsd.org> To: green@Freebsd.org Cc: current@Freebsd.org Subject: Can we please remove "green@FreeBSD.org" from the version string? Message-ID: <20010808074402.A84448@dragon.nuxi.com>
next in thread | raw e-mail | index | archive | help
Please apply the below diff. This is a FreeBSD effort, not GreenBSD. Or should there be "GCC 2.95.3 obrien@FreeBSD.org x.y.z", "cvs 1.11.0 peter@FreeBSD.org", etc... This isn't Linux where it is a collective of eclectic items, rather FreeBSD is a collective. Index: version.h =================================================================== RCS file: /home/ncvs/src/crypto/openssh/version.h,v retrieving revision 1.5 diff -u -r1.5 version.h --- version.h 2001/06/08 22:22:09 1.5 +++ version.h 2001/08/08 14:39:09 @@ -5,7 +5,7 @@ #define SSH_VERSION (ssh_version_get()) #define SSH_VERSION_BASE "OpenSSH_2.9" -#define SSH_VERSION_ADDENDUM "green@FreeBSD.org 20010608" +#define SSH_VERSION_ADDENDUM "FreeBSD 20010608" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add); -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010808074402.A84448>