From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 08:00:15 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7599A1065674 for ; Wed, 8 Feb 2012 08:00:14 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E13F38FC13 for ; Wed, 8 Feb 2012 08:00:13 +0000 (UTC) Received: by werm13 with SMTP id m13so274130wer.13 for ; Wed, 08 Feb 2012 00:00:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=q9WA2t/YImjHRgq2Uc4+LfLXRq8IVhnvHQNKbIW3eNQ=; b=oEPZyiVoKqSv9XtcTGgw5ShHQNmyjuahK4ouWaV7aGaRHu7egMgMT95rkt9mKzeD8E lqP6NdX6tvDKvGnLV87tLIp0YL2FUItr+ifcbzrzlrDRpGxI+1SmsXDfr83ezzawgcaY LcLatG7lly2Fpw11G9LitGOB9uuTkiVtfjNMM= Received: by 10.180.78.130 with SMTP id b2mr24916404wix.1.1328688012777; Wed, 08 Feb 2012 00:00:12 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id y1sm648185wiw.6.2012.02.08.00.00.10 (version=SSLv3 cipher=OTHER); Wed, 08 Feb 2012 00:00:11 -0800 (PST) Message-ID: <4F322B9F.9040301@gmail.com> Date: Wed, 08 Feb 2012 09:00:31 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120206 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4F31F21E.3020802@gmail.com> In-Reply-To: <4F31F21E.3020802@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: pkg_rmleaves in FreeBSD 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2012 08:00:15 -0000 On 08/02/2012 04:55, Kevin Zheng wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > I often use pkg_rmleaves(1) to uninstall unused programs on FreeBSD. > I'm in the process of test-driving a FreeBSD 9 system on a virtual > machine. I've noticed that pkg_rmleaves doesn't take up the entire > width of the window anymore. > > Quite frankly, I like it when pkg_rmleaves takes up the entire window, > so is there any nice way to get it (or dialog) to take the entire screen? > > Thanks, > Kevin Zheng For me, it takes the entire screen, I advise you to try out ports-mgmt/pkg_cleanup it is exactly more up to date as pkg_rmleaves is completely outdated. Cheers, -- David Demelier