Date: Mon, 29 Apr 1996 10:08:49 -0700 (PDT) From: Bill Paul <wpaul> To: CVS-committers, cvs-all, cvs-lib Subject: Re: cvs commit: src/lib/libc/gen getnetgrent.c Message-ID: <199604291708.KAA27751@freefall.freebsd.org> In-Reply-To: <199604291505.IAA21565@freefall.freebsd.org> from "Bill Paul" at Apr 29, 96 08:05:59 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 cvs checkout -rRELENG_2_1_0 src/lib/libc/gen/getnetgrent.c #+0830789860 cvs checkout -rRELENG_2_1_0 src/include/pwd.h #+0830789872 cvs checkout -rRELENG_2_1_0 src/usr.sbin/pwd_mkdb #+0830789879 cd src/lib/libc/gen #+0830789880 ls #+0830789885 more getpwent.c #+0830789904 ls #+0830789999 cp ~/CVSWORK/src/lib/libc/gen/getnetgrent.c tmp.c #+0830790006 diff -c getnetgrent.c tmp.c #+0830790017 diff -c getnetgrent.c tmp.c | more #+0830790092 mv tmp.c getnetgrent.c #+0830790104 cvs commit getnetgrent.c Zis ees correct, no? -Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604291708.KAA27751>