From owner-freebsd-stable Fri Feb 13 07:34:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09069 for freebsd-stable-outgoing; Fri, 13 Feb 1998 07:34:09 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08984 for ; Fri, 13 Feb 1998 07:33:48 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.8/8.8.8) with SMTP id HAA03246; Fri, 13 Feb 1998 07:33:30 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Date: Fri, 13 Feb 1998 07:33:30 -0800 (PST) From: Chris Timmons To: Bob Vaughan cc: freebsd-stable@FreeBSD.ORG Subject: Re: missing files in -stable In-Reply-To: <199802131218.EAA00639@tantivy.stanford.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk Perhaps you are using CVS directly rather than CVSup and you are not specifying '-d' with your updates. From cvs(1): Use the -d option to create any directories that exist in the repository if they're missing from the working directory. (Normally, update acts only on directories and files that were already enrolled in your working directory.) This is useful for updating directories that were created in the repository since the initial checkout [...] You will be missing the new file I added under src/usr.bin/global/lib unless your CVS update procedure looks something like this: cd /usr/src cvs update -Pd -rRELENG_2_2 -Chris On Fri, 13 Feb 1998, Bob Vaughan wrote: > I have found a few files missing in -stable recently.. I will list them from > newest to oldest in the order that they disappeared.. > > /usr/src/usr.bin/global/ - a bunch of source files missing.. noticed earlier > this week. > > /usr/src/usr.sbin/pnpinfo - pnpinfo.c missing.. noticed about 2-3 weeks ago. > > /usr/src/usr.sbin/tcpdump/tcpdump/ - print-fr.c missing.. noticed about 3 weeks > ago.. > > I have tried removing the affected directories, and grabbing fresh copies, > the problem reappears with the fresh copies.. i tried grabbing the source > for global from ftp.freebsd.org.. same problem.. > > > -- Welcome My Son, Welcome To The Machine -- > Bob Vaughan | techie@w6yx.stanford.edu | kc6sxc@w6yx.ampr.org > | techie@t.stanford.edu | KC6SXC@W6YX.#NCA.CA.USA.NOAM > | P.O. Box 9792, Stanford, Ca 94309-9792 > -- I am Me, I am only Me, And no one else is Me, What could be simpler? -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message