From owner-freebsd-current Sun Oct 11 00:38:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28327 for freebsd-current-outgoing; Sun, 11 Oct 1998 00:38:43 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28311 for ; Sun, 11 Oct 1998 00:38:40 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA17061; Sun, 11 Oct 1998 17:38:27 +1000 Date: Sun, 11 Oct 1998 17:38:27 +1000 From: Bruce Evans Message-Id: <199810110738.RAA17061@godzilla.zeta.org.au> To: garbanzo@hooked.net, mark@grondar.za Subject: Re: /usr/include/sys/cam/scsi... Cc: current@FreeBSD.ORG, perlsta@fs3.ny.genx.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 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