./pkgtools/mtree, Utility for mapping and checking directory hierarchies

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q2, Version: 20070710, Package name: mtree-20070710, Maintainer: grant

The mtree utility compares the file hierarchy rooted in the current
directory against a specification read from the standard input.
Messages are written to the standard output for any files whose
characteristics do not match the specification, or which are missing
from either the file hierarchy or the specification. It can be used
as a file integrity checker.


Version history: (Expand)


CVS history: (Expand)


   2007-07-21 03:19:09 by Lubomir Sedlacik | Files touched by this commit (6)
Log message:
Pullup ticket 2142 - requested by joerg
remove PKG_TOOLS_PREFIX handling from bootstrap tools

Revisions pulled up:
- pkgsrc/pkgtools/mtree/Makefile				1.22
- pkgsrc/pkgtools/mtree/Makefile.common				1.3
- pkgsrc/pkgtools/pax/Makefile					1.15
- pkgsrc/pkgtools/pkg_install/Makefile				1.131
- pkgsrc/pkgtools/pkg_install/files/lib/version.h		1.65
- pkgsrc/pkgtools/tnftp/Makefile				1.3

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Tue Jul 10 15:19:18 UTC 2007

   Modified Files:
   	pkgsrc/pkgtools/mtree: Makefile Makefile.common
   	pkgsrc/pkgtools/pax: Makefile
   	pkgsrc/pkgtools/pkg_install: Makefile
   	pkgsrc/pkgtools/pkg_install/files/lib: version.h
   	pkgsrc/pkgtools/tnftp: Makefile

   Log message:
   Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and
   tnftp. Modifying files and possibly removing them from the base system
   is doing more harm than use. Bump revision or version of each
   package.