freebsd / pkg

Package management tool for FreeBSD. Help at #pkg on Libera Chat or pkg@FreeBSD.org
Other
746 stars 279 forks source link

pkg info '-q' option is broken in 1.2.0.b2 #642

Closed aklv closed 10 years ago

aklv commented 10 years ago

pkg info '-q' option behaves more like -f option:

$pkg -v 1.2.0.b2 $pkg info -O security/sudo

sudo-1.8.8 Allow others to run commands as root $pkg info -qO security/sudo sudo-1.8.8 Version : 1.8.8 Origin : security/sudo Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : security Licenses : sudo Maintainer : wxs@FreeBSD.org WWW : http://www.sudo.ws/ Comment : Allow others to run commands as root Options : OPIE : off NOARGS_SHELL : off NLS : off LDAP : off INSULTS : off DISABLE_ROOT_SUDO: off DISABLE_AUTH : off AUDIT : on Shared Libs provided: system_group.so sudoers.so sudo_noexec.so group_file.so Flat size : 1.83MiB Pkg size : 0 B Description : This is the CU version of sudo. Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done.

WWW: http://www.sudo.ws/

bapt commented 10 years ago

Fixed