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

Oliver Eikemeier eikemeier at fillmore-labs.com
Tue Nov 30 12:32:20 PST 2004


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



More information about the cvs-all mailing list