Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 22:19:58 -0700
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        Scott Long <scottl@samsco.org>
Cc:        freebsd-stable@freebsd.org, Rong-En Fan <grafan@gmail.com>, re@freebsd.org, peter@freebsd.org
Subject:   Re: ypwhich -m
Message-ID:  <20060421051957.GA20492@odin.ac.hmc.edu>
In-Reply-To: <4447119A.6000000@samsco.org>
References:  <6eb82e0604191645p70646962m78f89756d2714be7@mail.gmail.com> <20060420001142.GB19865@odin.ac.hmc.edu> <4447119A.6000000@samsco.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

OK, I've merged it to RELENG_5, RELENG_6, and RELENG_6_1.  Now in
utterly lousy form I'm going to vanish for the weekend so hopefully
nothing breaks. :-(

-- Brooks

On Wed, Apr 19, 2006 at 10:44:10PM -0600, Scott Long wrote:
> Brooks Davis wrote:
> >On Wed, Apr 19, 2006 at 07:45:47PM -0400, Rong-En Fan wrote:
> >
> >>Hi,
> >>
> >>I found that ypwhich -m does not work on 6.1-RC, it shows
> >>
> >>ypwhich: can't find the master of `???`: reason: No such map in server'=
s=20
> >>domain
> >>
> >>IIRC, there was a commit last year to fix this. After some search, I th=
ink
> >>it is include/rpcsvc/yp_prot.h revision 1.13 done by peter@ (CC'ed).
> >>As far as I can tell, ypwhich -m is also broken on 5.4 and 5.5-PRERELEA=
SE.
> >>
> >>I have tested that revision on a 5.5-PRERELEASE machine, it
> >>fixes ypwhich -m. I would like to see this MFC'ed to RELENG_6
> >>and RELENG_5, so the newer releases will have this fixed.
> >
> >
> >I've verified this on a 6-STABLE machine from January.  If approved,
> >I'll do it tomorrow cut-n-paste damanged patch below.  It's a trivial
> >one line change so anyone could do it.
> >
> >-- Brooks
> >
> >@@ -148,7 +148,7 @@
> > };
> >
> > struct ypmaplist {
> >-       char ypml_name[YPMAXMAP + 1];
> >+       char *ypml_name;
> >        struct ypmaplist *ypml_next;
> > };
> >
> >
> >
>=20
> Approved
--=20
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

--45Z9DzgjV8m4Oswq
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFESGt9XY6L6fI4GtQRAv5OAJ9zxu+BtumBG8deXOcYhIbyNeuZDQCgz/Nq
D4SaWQWflLmLG0XX54ZmHxc=
=bDM7
-----END PGP SIGNATURE-----

--45Z9DzgjV8m4Oswq--



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