ports/135691: ports-mgmt/portupgrade Wrong example in man page of pkgdb(1)

Alexander Best alexbestms at wwu.de
Wed Nov 11 01:50:04 UTC 2009


The following reply was made to PR ports/135691; it has been noted by GNATS.

From: Alexander Best <alexbestms at wwu.de>
To: Stanislav Sedov <stas at FreeBSD.org>
Cc: <bug-followup at 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


More information about the freebsd-ruby mailing list