1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/fswatch/pkg-descr
Pawel Pekala a3d84f0293 - Add staging support
- Port uses GNU configure
- Switch to pkg-plist instead of PLIST_FILES
- Fix typos in pkg-descr
- Convert Makefile to normal tab style
2014-07-08 13:08:20 +00:00

19 lines
825 B
Plaintext

fswatch:
- is a utility to guard changes in a file system.
- is composed of three simple programs: fswbuild, fswcmp, fswshow. fswbuild
builds a file system information database. fswcmp compares two database files
and returns what changes a in file system have been introduced. fswshow shows
contents of database file. a file information database is platform
independent.
- can collect the following information about files (and directories): inode,
links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can show
which files were added, deleted or changed.
- is one of many similar utilities. the main difference is the configuration.
you can define different settings for every directory in a directory tree.
moreover, it is very small and fast.
WWW: http://fswatch.sourceforge.net