Date: Tue, 30 Nov 2004 21:32:27 +0100 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/info info.h main.c src/usr.sbin/pkg_install/lib global.c lib.h src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 Message-ID: <F3260FA4-430E-11D9-9BE1-00039312D914@fillmore-labs.com> In-Reply-To: <200410180534.i9I5YsGn053852@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
David E. O'Brien wrote: > obrien 2004-10-18 05:34:54 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/info info.h main.c > usr.sbin/pkg_install/lib global.c lib.h > usr.sbin/pkg_install/version main.c perform.c pkg_version.1 > Log: > Add a -q flag to pkg_version. It suppresses the output of <,=,>. > This makes it possible to "portupgrade `pkg_version -q -l '<'`". You can always do "portupgrade -a" or "portupgrade `pkg_version -l '<' | awk '{print$1}'`". This will also work when "pkg_version -v" is used, while the current `pkg_version -qv' has a strange output. I can't see the real use of this flag, besides, where can I find portupdate(8)? -Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F3260FA4-430E-11D9-9BE1-00039312D914>