From owner-freebsd-current Sat Oct 10 23:44:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24617 for freebsd-current-outgoing; Sat, 10 Oct 1998 23:44:35 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24587 for ; Sat, 10 Oct 1998 23:44:26 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:EQwU5MEFsjRTPHL+zH5GeKZUkhes3JqI@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA22079; Sun, 11 Oct 1998 08:43:55 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199810110643.IAA22079@gratis.grondar.za> To: Alex cc: Alfred , current@FreeBSD.ORG Subject: Re: /usr/include/sys/cam/scsi... In-Reply-To: Your message of " Sat, 10 Oct 1998 14:07:54 MST." References: Date: Sun, 11 Oct 1998 08:43:51 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex wrote: > 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? 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". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message