From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 22:50:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B4316A4CE for ; Fri, 31 Oct 2003 22:50:50 -0800 (PST) Received: from ganymede.hub.org (u46n208.hfx.eastlink.ca [24.222.46.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCE543FAF for ; Fri, 31 Oct 2003 22:50:50 -0800 (PST) (envelope-from scrappy@hub.org) Received: by ganymede.hub.org (Postfix, from userid 1000) id D0CAD34384; Sat, 1 Nov 2003 02:49:24 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id CDDE2342EB for ; Sat, 1 Nov 2003 02:49:24 -0400 (AST) Date: Sat, 1 Nov 2003 02:49:24 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <20031101024743.U35048@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: periodic weekly and 'find' commands ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 06:50:51 -0000 I can see my machine running /usr/bin/periodic weekly right now, and it has a find running that I can't seem to find in any of the weekly scripts: find -s / ! ( -fstype ufs ) -prune -or -path /tmp -prune -or -path /usr/tmp -prune -or -path /var/tmp -prune -or -print I did a 'grep' for find in /etc/periodic/weekly/*, and none of the ones that are returned look even close :(