From owner-freebsd-stable@freebsd.org Mon Aug 3 16:44:40 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFC8E9B2CCD for ; Mon, 3 Aug 2015 16:44:40 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from mproxy19.sbb.rs (mproxy19.sbb.rs [89.216.2.104]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.sbb.rs", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B957137D for ; Mon, 3 Aug 2015 16:44:39 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from knossos (cable-178-148-109-184.dynamic.sbb.rs [178.148.109.184]) by mproxy19.sbb.rs (8.14.4/8.14.4) with ESMTP id t73GJ89G005937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Aug 2015 18:19:08 +0200 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at SBB mail Received: from localhost (knossos [local]) by knossos (OpenSMTPD) with ESMTPA id 427173c7; Mon, 3 Aug 2015 18:19:08 +0200 (CEST) Date: Mon, 3 Aug 2015 18:19:08 +0200 From: Zoran Kolic To: Paul Mather Cc: freebsd-stable@freebsd.org Subject: Re: pkg clean question Message-ID: <20150803161907.GA6862@knossos> References: <20150803153944.GA2733@knossos> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mproxy19.sbb.rs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 16:44:40 -0000 > Use "pkg clean -ay" to delete all cached packages, not just the ones that are no longer current or provided by the upstream repository. Thanks. Zoran