]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce pkg_updating(1) which scans for installed ports and shows
authorKirill Ponomarev <krion@FreeBSD.org>
Fri, 2 Nov 2007 22:46:30 +0000 (22:46 +0000)
committerKirill Ponomarev <krion@FreeBSD.org>
Fri, 2 Nov 2007 22:46:30 +0000 (22:46 +0000)
commitcc8b585463b36d06c5908aee13f0f3439dd88f9a
tree6a2ed0bdec4a4e360478eaa90822749711ed3fbf
parent8003dd03debb4b19ebba3dce8694d5bb7a29c742
Introduce pkg_updating(1) which scans for installed ports and shows
all ports/UPDATING entries that affect one of the installed ports,
and are relevant on the given machine.

PR: bin/117564
Submitted by: Beat Gaetzi <beat@chruetertee.ch>
MFC after: 14 days
usr.sbin/pkg_install/Makefile
usr.sbin/pkg_install/updating/Makefile [new file with mode: 0644]
usr.sbin/pkg_install/updating/main.c [new file with mode: 0644]
usr.sbin/pkg_install/updating/pathnames.h [new file with mode: 0644]
usr.sbin/pkg_install/updating/pkg_updating.1 [new file with mode: 0644]