cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/updating Makefile main.c pathnames.h pkg_updating.1

Kirill Ponomarew krion at FreeBSD.org
Fri Nov 2 15:46:30 PDT 2007


krion       2007-11-02 22:46:30 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install Makefile 
  Added files:
    usr.sbin/pkg_install/updating Makefile main.c pathnames.h 
                                  pkg_updating.1 
  Log:
  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 at chruetertee.ch>
  MFC after:      14 days
  
  Revision  Changes    Path
  1.18      +1 -1      src/usr.sbin/pkg_install/Makefile
  1.1       +11 -0     src/usr.sbin/pkg_install/updating/Makefile (new)
  1.1       +257 -0    src/usr.sbin/pkg_install/updating/main.c (new)
  1.1       +28 -0     src/usr.sbin/pkg_install/updating/pathnames.h (new)
  1.1       +88 -0     src/usr.sbin/pkg_install/updating/pkg_updating.1 (new)


More information about the cvs-all mailing list