From owner-freebsd-questions@FreeBSD.ORG Fri Sep 30 06:37:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 70EE616A41F for ; Fri, 30 Sep 2005 06:37:15 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B85BC43D53 for ; Fri, 30 Sep 2005 06:37:14 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so343411nzd for ; Thu, 29 Sep 2005 23:37:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ODMyMsjsSB6QHDJkF1Dbp1mVBKRfqMctEC5HJxGeZYjv1r0fsbCC7l0a0iuETusWlZqb0H6QFaFoqukqA17PtQ4W+lrxz1dmuPBc73/ANjUf3ZHEquW37wQKi9Vc6hkpvrFUUN7SfBgt7f1B+JKVBVh6WaKY6/klkurzcsnomLw= Received: by 10.37.15.4 with SMTP id s4mr2634933nzi; Thu, 29 Sep 2005 23:37:14 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 29 Sep 2005 23:37:14 -0700 (PDT) Message-ID: Date: Fri, 30 Sep 2005 10:37:14 +0400 From: "Andrew P." To: Rem P Roberti In-Reply-To: <20050930061454.5FE588030F@bsd.remdog.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050930061454.5FE588030F@bsd.remdog.net> Cc: FreeBsd List Subject: Re: Portsclean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:37:15 -0000 On 9/30/05, Rem P Roberti wrote: > I would like to add Portsclean to my crontab, but am uncertain about > which switches to include with the command. Any comments on how to > handle this would be appreciated. > > Rem > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > "portsclean -CDP" would be appropriate, but you should be aware that on a rare occasion portsclean can delete a couple of files you'd rather keep. It's not really critical, but if you do have some spare disk space you might consider running it once a week or month in the interactive mode. Andrew P.