Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 1996 10:46:37 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        wpaul@freefall.freebsd.org (Bill Paul)
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org
Subject:   Re: cvs commit:  src/lib/libc/gen getnetgrent.c
Message-ID:  <199604291746.KAA11676@GndRsh.aac.dev.com>
In-Reply-To: <199604291708.KAA27751@freefall.freebsd.org> from Bill Paul at "Apr 29, 96 10:08:49 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > 
> > 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



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