Re: missing files in -stable

[ Available lists | Index of freebsd-stable | Month of Feb 1998 | Week of 13 Feb 1998 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Chris Timmons <skynyrd@opus.cts.cwu.edu>
Date
13 Feb 1998 07:34:09
Subject
Re: missing files in -stable
Message-ID
Pine.BSF.3.96.980213072825.3092A-100000@opus.cts.cwu.edu

In reply to

[ Hide this part ]
 
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


Elapsed time: 0.438 seconds