Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 08:31:06 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        "Dan Langille" <dan@langille.org>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/sysutils/portupgrade Makefile distinfo
Message-ID:  <863d0rgymd.wl@archon.local.idaemons.org>
In-Reply-To: <200201272324.g0RNOfD96592@lists.unixathome.org>
References:  <200201272322.g0RNMEB48301@freefall.freebsd.org> <200201272324.g0RNOfD96592@lists.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 27 Jan 2002 18:24:39 -0500,
Dan Langille wrote:
> On 27 Jan 2002 at 15:22, Akinori MUSHA wrote:
> 
> > knu         2002/01/27 15:22:14 PST
> > 
> >   Modified files:
> >     sysutils/portupgrade Makefile distinfo 
> >   Log:
> >   Update to 20020128.  This makes the second stage to more utilize the
> >   pkg_which database. (The first stage was 'portsclean -L'.)
> 
> Thank you for the work you are doing here.  It is very useful.

For those interested, try running the following command (on a B-shell)
to see how many files on your boxes are "shared" among multiple
packages. :)

	pkg_glob -aO | while read p; do echo $p; pkg_which -vc $p; done


(Of course it should be no good for a file to be "shared" among
different packages...)

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"Somewhere out of a memory.. of lighted streets on quiet nights.."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?863d0rgymd.wl>