From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 5 15:16:31 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DDDA10656FF for ; Thu, 5 Jul 2012 15:16:31 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BC6978FC14 for ; Thu, 5 Jul 2012 15:16:30 +0000 (UTC) Received: by bkcje9 with SMTP id je9so3183525bkc.13 for ; Thu, 05 Jul 2012 08:16:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SH+oUvL+Mo5Y40JRWOfoMq4GOWrJ1VlfP6TXpB/WtTs=; b=UuLsG4S2swwYh/QC57gmaLl4IBDV+we1x4wDuIaTkL9RYyBCkRP+wag9NK374YCylm kPkfd3v+6ZIPMG3ikTvWkKIQwrGiy8peFl4MwIZfbExXgznZtNreAWnSOUWsE3lapZvz ut5DDzxgABtMBIV2WMDQN2LRbrOWlyuUrI+fQMd5PgA1WljFJE6gvKjeK6CZM1UBhZC7 yDRdsunVtUmju+ah/b+IzRKM7LUaeTvFlcjg1Jp9YHIigy+UKpjD4Xz81bYAMgvzmq+K DvSbLkM0GX6ger0acCZP/L8sV+7XDTcFlGwGaycnyYPRUXYMWIM/CAD+vEa5NqVxYYv1 Jqbg== MIME-Version: 1.0 Received: by 10.204.152.27 with SMTP id e27mr13763054bkw.56.1341501389489; Thu, 05 Jul 2012 08:16:29 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Thu, 5 Jul 2012 08:16:29 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Thu, 5 Jul 2012 08:16:29 -0700 (PDT) In-Reply-To: <38FB993D-6EB4-49BF-9790-420F7375E331@gothic.net.au> References: <4FF2E00E.2030502@FreeBSD.org> <86bojxow6x.fsf@ds4.des.no> <4FF35864.5030109@FreeBSD.org> <20120704185104.GA42355@DataIX.net> <4FF4B36A.2040608@FreeBSD.org> <20120704180134.7c649e1b@bhuda.mired.org> <4FF4BEED.10103@FreeBSD.org> <9fab855109ce448d89081b2ad8e5adc8@HUBCAS2.cs.stonybrook.edu> <4FF58257.4040301@gentoo.org> <38FB993D-6EB4-49BF-9790-420F7375E331@gothic.net.au> Date: Thu, 5 Jul 2012 16:16:29 +0100 Message-ID: From: Chris Rees To: Sean Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, Richard Yao Subject: Re: Gentoo Solution to Nanny Terminal Problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 15:16:31 -0000 On Jul 5, 2012 4:00 PM, "Sean" wrote: > > > On 05/07/2012, at 10:02 PM, Richard Yao wrote: > > > > The second is the e-file command, which will query that database for > > whatever follows it. For example, if I want to find out which package > > installs repoman, I can do `e-file repoman`. I can also do `e-file > > /usr/bin/repoman`. > > > > if FreeBSD had an equivalent to this command, this command, then I > > imagine that calls for Ubuntu/Fedora features should cease. Gentoo users > > seem to be happy with e-file. > > > > > 0:55 Fri 06-Jul sean@queen [~] pkg_info -W bash > /usr/local/bin/bash was installed by package bash-4.2.28 > > 0:57 Fri 06-Jul sean@queen [~] pkg_info -W /usr/local/sbin/sendmail > /usr/local/sbin/sendmail was installed by package postfix-2.9.3,1 This isn't the same at all; it only reports for installed packages. Chris