Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2009 01:50:04 GMT
From:      Alexander Best <alexbestms@wwu.de>
To:        ruby@FreeBSD.org
Subject:   Re: ports/135691: ports-mgmt/portupgrade Wrong example in man page of pkgdb(1)
Message-ID:  <200911110150.nAB1o4BC020799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/135691; it has been noted by GNATS.

From: Alexander Best <alexbestms@wwu.de>
To: Stanislav Sedov <stas@FreeBSD.org>
Cc: <bug-followup@FreeBSD.org>
Subject: Re: ports/135691: ports-mgmt/portupgrade Wrong example in man page
 of pkgdb(1)
Date: Wed, 11 Nov 2009 02:46:18 +0100 (CET)

 thanks for committing the change request i issued in that pr. just noticed
 that you might want to change the directories in the example too since
 nowadays /usr/X11R6 is linked to /usr/local. so running the current example
 probably returns all files not installed by a package twice. maybe this
 example makes more sense:
 
 find /usr/local/lib /usr/local/include -print0 -type f | xargs -0 pkg_which -v
 | fgrep '?'
 
 cheers.
 alex



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