From owner-cvs-other Tue Jun 4 19:42:45 1996 Return-Path: owner-cvs-other Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA09077 for cvs-other-outgoing; Tue, 4 Jun 1996 19:42:45 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA09002; Tue, 4 Jun 1996 19:42:34 -0700 (PDT) Date: Tue, 4 Jun 1996 19:42:34 -0700 (PDT) From: Bill Paul Message-Id: <199606050242.TAA09002@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-other Subject: cvs commit: include - Imported sources Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/06/04 19:42:33 include - Imported sources Update of /home/ncvs/include In directory freefall.freebsd.org:/a/wpaul/import Revision/Branch: 1.1.1 Log Message: (I hope I'm doing this correctly.) Import a my own little ypxfrd protocol. Note that this protocol is _NOT_ the same as Sun's, which is proprietary. This basically impliments an RPC-based file transfer protocol which lets a slave server suck over a raw map database file from the master. This is many times faster than the normal method, which requires reading the records from ypserv via yp_all() and then creating a new database on the fly, particularly when you have many tens of thousands of records in a map (e.g. a huge passwd database). The protocol number I chose falls within the 'user-specified' range. Maybe we should register it with Sun so we can get an official vendor number for it. :) Status: Vendor Tag: rpcsvc Release Tags: WPAUL ypxfrd_1_0 N include/rpcsvc/ypxfrd.x No conflicts created by this import From owner-cvs-other Tue Jun 4 19:53:53 1996 Return-Path: owner-cvs-other Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA13863 for cvs-other-outgoing; Tue, 4 Jun 1996 19:53:53 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA13803; Tue, 4 Jun 1996 19:53:39 -0700 (PDT) From: Bill Paul Message-Id: <199606050253.TAA13803@freefall.freebsd.org> Subject: Re: cvs commit: include - Imported sources To: wpaul@freefall.freebsd.org (Bill Paul) Date: Tue, 4 Jun 1996 19:53:39 -0700 (PDT) Cc: CVS-committers, cvs-all, cvs-other, peter (Peter Wemm) In-Reply-To: <199606050242.TAA09002@freefall.freebsd.org> from "Bill Paul" at Jun 4, 96 07:42:34 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > wpaul 96/06/04 19:42:33 > > include - Imported sources > Update of /home/ncvs/include > In directory freefall.freebsd.org:/a/wpaul/import > > Revision/Branch: 1.1.1 > > Log Message: > (I hope I'm doing this correctly.) ARRRRRRRRRRRRRRRGHHHH!!!!!!!!!!! Alright, alright... shoot me first, then tell me how to undo what I just did. Man... half the time I can't keep a telnet session running stable, and when I can this happens. *sulk* -Bill From owner-cvs-other Tue Jun 4 20:18:26 1996 Return-Path: owner-cvs-other Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA17717 for cvs-other-outgoing; Tue, 4 Jun 1996 20:18:26 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA17703; Tue, 4 Jun 1996 20:18:17 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id LAA00794; Wed, 5 Jun 1996 11:18:12 +0800 (WST) Message-Id: <199606050318.LAA00794@spinner.DIALix.COM> X-Mailer: exmh version 1.6.6 3/24/96 To: Bill Paul cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-other@freefall.freebsd.org, peter@freefall.freebsd.org (Peter Wemm) Subject: Re: cvs commit: include - Imported sources In-reply-to: Your message of "Tue, 04 Jun 1996 19:53:39 MST." <199606050253.TAA13803@freefall.freebsd.org> Date: Wed, 05 Jun 1996 11:18:11 +0800 From: Peter Wemm Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> wpaul 96/06/04 19:42:33 >> >> include - Imported sources >> Update of /home/ncvs/include >> In directory freefall.freebsd.org:/a/wpaul/import >> >> Revision/Branch: 1.1.1 >> >> Log Message: >> (I hope I'm doing this correctly.) > > >ARRRRRRRRRRRRRRRGHHHH!!!!!!!!!!! > >Alright, alright... shoot me first, then tell me how to undo what I >just did. > >Man... half the time I can't keep a telnet session running stable, >and when I can this happens. > >*sulk* > >-Bill OK, I've moved the file into the intended location in the repository.. BTW: easy-import is your friend.. :-) Cheers, -Peter From owner-cvs-other Tue Jun 4 20:33:53 1996 Return-Path: owner-cvs-other Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA18868 for cvs-other-outgoing; Tue, 4 Jun 1996 20:33:53 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA18840; Tue, 4 Jun 1996 20:33:39 -0700 (PDT) From: Bill Paul Message-Id: <199606050333.UAA18840@freefall.freebsd.org> Subject: Re: cvs commit: include - Imported sources To: peter@spinner.DIALix.COM (Peter Wemm) Date: Tue, 4 Jun 1996 20:33:39 -0700 (PDT) Cc: CVS-committers, cvs-all, cvs-other In-Reply-To: <199606050318.LAA00794@spinner.DIALix.COM> from "Peter Wemm" at Jun 5, 96 11:18:11 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >> include - Imported sources > >> Update of /home/ncvs/include > >> In directory freefall.freebsd.org:/a/wpaul/import > >> > >> Revision/Branch: 1.1.1 > >> > >> Log Message: > >> (I hope I'm doing this correctly.) > > > >ARRRRRRRRRRRRRRRGHHHH!!!!!!!!!!! > > > >Alright, alright... shoot me first, then tell me how to undo what I > >just did. [chop] > OK, I've moved the file into the intended location in the repository.. *whew* Thanks muchly. You're far too kind. > BTW: easy-import is your friend.. :-) I know, I know. I thought I could manage just one measly file. Grr... -Bill From owner-cvs-other Tue Jun 4 23:23:12 1996 Return-Path: owner-cvs-other Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11444 for cvs-other-outgoing; Tue, 4 Jun 1996 23:23:12 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA11411; Tue, 4 Jun 1996 23:22:43 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA06706; Wed, 5 Jun 1996 08:20:13 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA11843; Wed, 5 Jun 1996 08:20:12 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id HAA25610; Wed, 5 Jun 1996 07:58:06 +0200 (MET DST) From: J Wunsch Message-Id: <199606050558.HAA25610@uriah.heep.sax.de> Subject: Re: cvs commit: include - Imported sources To: wpaul@freefall.freebsd.org (Bill Paul) Date: Wed, 5 Jun 1996 07:58:06 +0200 (MET DST) Cc: peter@spinner.dialix.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-other@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199606050333.UAA18840@freefall.freebsd.org> from Bill Paul at "Jun 4, 96 08:33:39 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bill Paul wrote: > > BTW: easy-import is your friend.. :-) > > I know, I know. I thought I could manage just one measly file. Grr... I once thought this exactly three times. I mis-imported several things exactly three times, until i've been convinced that i will never grok the weird syntax of `cvs import', and wrote easy-import. :) Btw., at least your initial tags violate the FreeBSD conventions. Vendor tags must be all uppercase, release tags all lowercase. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-other Tue Jun 4 23:58:56 1996 Return-Path: owner-cvs-other Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14700 for cvs-other-outgoing; Tue, 4 Jun 1996 23:58:56 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14649; Tue, 4 Jun 1996 23:58:38 -0700 (PDT) From: Bill Paul Message-Id: <199606050658.XAA14649@freefall.freebsd.org> Subject: Re: cvs commit: include - Imported sources To: joerg_wunsch@uriah.heep.sax.de Date: Tue, 4 Jun 1996 23:58:38 -0700 (PDT) Cc: cvs-committers, cvs-all, cvs-other, peter (Peter Wemm) In-Reply-To: <199606050558.HAA25610@uriah.heep.sax.de> from "J Wunsch" at Jun 5, 96 07:58:06 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > As Bill Paul wrote: > > > > BTW: easy-import is your friend.. :-) > > > > I know, I know. I thought I could manage just one measly file. Grr... > > I once thought this exactly three times. I mis-imported several > things exactly three times, until i've been convinced that i will > never grok the weird syntax of `cvs import', and wrote easy-import. > :) Actually, I did do an easy-import -n to see what would happen, and stared at it for a while trying to figure whether or not it really was doing what I expected to. The hour being late, and me being a fool, I decided to chance it. And later, when I did use easy-import, I still botched it. It told me: 'You are about to create the following directories: src/usr.sbin/rpc.ypxfrd.' What it didn't say was that I would also be creating another directory under that which would also be called 'rpc.ypxfrd.' This was because I started the import from one directory too high up. I've used easy-import successfully before. I don't know what happened tonight. > Btw., at least your initial tags violate the FreeBSD conventions. > Vendor tags must be all uppercase, release tags all lowercase. The vendor tag was supposed to be WPAUL, and the release tag was supposed to be ypxfrd_1_0, which I believe is correct. That extra 'rpcsvc' wasn't supposed to be there. I'm not even sure where it came from. That said, is there a way to fix the tag without removing the file and re-importing? (*shudder*) -Bill