From owner-cvs-usrbin Fri Jan 5 00:37:35 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18852 for cvs-usrbin-outgoing; Fri, 5 Jan 1996 00:37:35 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18842 Fri, 5 Jan 1996 00:37:33 -0800 (PST) Date: Fri, 5 Jan 1996 00:37:33 -0800 (PST) From: Thomas Graichen Message-Id: <199601050837.AAA18842@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/quota Makefile quota.1 quota.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk graichen 96/01/05 00:37:32 Modified: usr.bin/quota Makefile quota.1 quota.c Log: Obtained from: NetBSD replaced our quota with the NetBSD one, then added all changes we made to our - this is done to support the displaying of quota's over nfs using the rpc.rquotad Revision Changes Path 1.2 +3 -0 src/usr.bin/quota/Makefile 1.2 +15 -3 src/usr.bin/quota/quota.1 1.3 +274 -87 src/usr.bin/quota/quota.c From owner-cvs-usrbin Fri Jan 5 00:57:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20165 for cvs-usrbin-outgoing; Fri, 5 Jan 1996 00:57:00 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA20138 Fri, 5 Jan 1996 00:56:42 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id QAA07350; Fri, 5 Jan 1996 16:56:32 +0800 (WST) Date: Fri, 5 Jan 1996 16:56:32 +0800 (WST) From: Peter Wemm To: Thomas Graichen cc: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/quota Makefile quota.1 quota.c In-Reply-To: <199601050837.AAA18842@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk On Fri, 5 Jan 1996, Thomas Graichen wrote: > Modified: usr.bin/quota Makefile quota.1 quota.c > Log: > Obtained from: NetBSD > replaced our quota with the NetBSD one, then added all changes we made > to our - this is done to support the displaying of quota's over nfs > using the rpc.rquotad Sorry to nag about this, but this sort of thing really should be done via 'cvs import' and 'cvs update -j'. Otherwise, how are re supposed to find the differences between our quota(1) and theirs? And what if it's desirable to update to a newer one later on? If it was imported, it is a trivial matter. If it's been spammed onto the head like this, you have to reinvent the wheel over and over again. Damn, it sounds like I'm going to have to write that 'Care and Feeding of CVS' that Jordan asked me for.. BTW: Again, I most strongly reccomend that people be familiar with the first part of the CVS FAQ. (~src/gnu/usr.bin/cvs/FAQ). It describes this kind of thing from a user's perspective. The horrible detail about administering the stuff occupies 90% of the FAQ, so there's no need to panic when you see the size of the thing. :-) In particular, section 2 (most, but not all of it) and section 3H and 3P. 3H deals with importinf stuff, and 3P deals with merging the import onto the mainline. There's loads of other useful stuff hidden in section 3 if you have time. -Peter From owner-cvs-usrbin Fri Jan 5 08:54:57 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16639 for cvs-usrbin-outgoing; Fri, 5 Jan 1996 08:54:57 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16632 Fri, 5 Jan 1996 08:54:55 -0800 (PST) Date: Fri, 5 Jan 1996 08:54:55 -0800 (PST) From: Bruce Evans Message-Id: <199601051654.IAA16632@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/gprof4/modules modules Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk bde 96/01/05 08:54:55 Removed: usr.bin/gprof4/modules modules Log: Removed bogus copy of "modules" created by the easy-import bug. From owner-cvs-usrbin Sat Jan 6 07:03:09 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28118 for cvs-usrbin-outgoing; Sat, 6 Jan 1996 07:03:09 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28107 Sat, 6 Jan 1996 07:03:06 -0800 (PST) Date: Sat, 6 Jan 1996 07:03:06 -0800 (PST) From: Joerg Wunsch Message-Id: <199601061503.HAA28107@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass chpass.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 96/01/06 07:03:05 Modified: usr.bin/chpass chpass.c Log: Move the YP initialization earlier, so it's done before the evaluation of -p/-s/-a related cruft. Closes PR # misc/933 "chpass -s " does not work Revision Changes Path 1.6 +27 -26 src/usr.bin/chpass/chpass.c From owner-cvs-usrbin Sat Jan 6 22:15:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18615 for cvs-usrbin-outgoing; Sat, 6 Jan 1996 22:15:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18599 Sat, 6 Jan 1996 22:14:59 -0800 (PST) Date: Sat, 6 Jan 1996 22:14:59 -0800 (PST) From: Peter Wemm Message-Id: <199601070614.WAA18599@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 96/01/06 22:14:58 Branch: usr.bin 1.1.1 Log: Import more of bind-4.9.3-REL (part 2 of several) Status: Vendor Tag: VIXIE Release Tags: v4_9_3_rel C src/usr.bin/dig/dig.c C src/usr.bin/dnsquery/dnsquery.c C src/usr.bin/host/host.c 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jVIXIE:yesterday -jVIXIE src/usr.bin From owner-cvs-usrbin Sat Jan 6 22:22:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA19019 for cvs-usrbin-outgoing; Sat, 6 Jan 1996 22:22:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA19012 Sat, 6 Jan 1996 22:22:00 -0800 (PST) Date: Sat, 6 Jan 1996 22:22:00 -0800 (PST) From: Peter Wemm Message-Id: <199601070622.WAA19012@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/dig dig.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 96/01/06 22:21:59 Modified: usr.bin/dnsquery dnsquery.c usr.bin/host host.c usr.bin/dig dig.c Log: Merge bind-4.9.3-rel stuff ont main line... Revision Changes Path 1.3 +34 -4 src/usr.bin/dnsquery/dnsquery.c 1.6 +2 -2 src/usr.bin/host/host.c 1.6 +10 -3 src/usr.bin/dig/dig.c