]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* pkg_version(1) exits if INDEX files is not found and -I is not
authorKirill Ponomarev <krion@FreeBSD.org>
Mon, 10 Oct 2005 12:35:31 +0000 (12:35 +0000)
committerKirill Ponomarev <krion@FreeBSD.org>
Mon, 10 Oct 2005 12:35:31 +0000 (12:35 +0000)
commit8fcd9854d11a019dd0a6a9fcbb131e9c17659c46
tree34d92b0203adc1727334b95043a51fd31aec4604
parent88676cbc2c01934cb2be5212dd5c83214c5239a6
* pkg_version(1) exits if INDEX files is not found and -I is not
  specified.  The result is that the package will be listed with a '?'
  as if it was not found within the INDEX file, so fix this behaviour.
* Remove trailing spaces.

PR: bin/87136
Submitted by: Sean Farley <sean-freebsd at farley dot org>
MFC after: 3 days
usr.sbin/pkg_install/version/perform.c
usr.sbin/pkg_install/version/test-pkg_version.sh