Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 1998 17:38:27 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        garbanzo@hooked.net, mark@grondar.za
Cc:        current@FreeBSD.ORG, perlsta@fs3.ny.genx.net
Subject:   Re: /usr/include/sys/cam/scsi...
Message-ID:  <199810110738.RAA17061@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> This kinda piqued my interest, I've been cvsuping and making world, but
>> I'm still left with a scsi.h, and a bunch of header files in /usr/include
>> with old datestamps.  How can I tell what files should have been cleaned
>> out?
>>

1) read commit mail, etc., or
2) rm -rf lots of files and reinstall, or
3) install in a temporary directory and compare what you have with what
   gets installed, or ...

>cd /usr/include; find . -type f -ctime +N -delete
>
>Where N (in days) is chosen to be a bit longer than the number of days
>between now and your last "make world".

Don't do that.  Includes are installed by `install -C', so most of them
should be very old.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810110738.RAA17061>