Date: Fri, 13 Feb 1998 07:33:30 -0800 (PST) From: Chris Timmons <skynyrd@opus.cts.cwu.edu> To: Bob Vaughan <techie@tantivy.stanford.edu> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: missing files in -stable Message-ID: <Pine.BSF.3.96.980213072825.3092A-100000@opus.cts.cwu.edu> In-Reply-To: <199802131218.EAA00639@tantivy.stanford.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980213072825.3092A-100000>