From owner-cvs-lib Mon Apr 29 10:47:12 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29711 for cvs-lib-outgoing; Mon, 29 Apr 1996 10:47:12 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA29705 Mon, 29 Apr 1996 10:47:08 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id KAA11676; Mon, 29 Apr 1996 10:46:37 -0700 From: "Rodney W. Grimes" Message-Id: <199604291746.KAA11676@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/lib/libc/gen getnetgrent.c To: wpaul@freefall.freebsd.org (Bill Paul) Date: Mon, 29 Apr 1996 10:46:37 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org In-Reply-To: <199604291708.KAA27751@freefall.freebsd.org> from Bill Paul at "Apr 29, 96 10:08:49 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > > wpaul 96/04/29 08:05:58 > > > > Modified: lib/libc/gen getnetgrent.c > > Log: > > Sync with HEAD. Closes a PR (rlogind dumps core when netgroups are > > used in /etc/hosts.equiv and /etc/netgroup doesn't exist), fixes another > > bogon that I discovered independently (_yp_innetgr flag not reset at > > the right time) and small performance tweak. > > > > Revision Changes Path > > 1.8.4.4 +16 -12 src/lib/libc/gen/getnetgrent.c > > > > Hm... can someone tell me why the 'Branch: RELENG_2_1_0' line > didn't show up here? According to my tcsh history file, I did this: > > cvs checkout -rRELENG_2_1_0 src/lib/libc/gen/getpwent.c > #+0830789844 Becuase you used specific file pathnames rather than modules. The commit message gets the branch tag from a file called .../CVS/Tag which only gets created if you checkout a _module_ using a tag name. You should have done ``cvs checkout -rRELENG_2_1_0 libc''. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD