Bug 95973 - New port: security/fswatch file system checksum checker
Summary: New port: security/fswatch file system checksum checker
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 23:20 UTC by Dominik Karczmarski
Modified: 2006-04-25 02:57 UTC (History)
0 users

See Also:


Attachments
file.shar (3.64 KB, text/plain)
2006-04-17 23:20 UTC, Dominik Karczmarski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Karczmarski 2006-04-17 23:20:14 UTC
fswatch is a utility to guard changes in a file system. fswatch is composed
of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file 
system information database. fswcmp compairs 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 independend.

fswatch 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.

fswatch is one of many similar utilities. the main difference is the configuration. you can define different settings for every directory in a directory tree.
Comment 1 Jean Milanez Melo freebsd_committer freebsd_triage 2006-04-19 03:26:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

I'll take it.
Comment 2 Jean Milanez Melo freebsd_committer freebsd_triage 2006-04-25 02:57:21 UTC
State Changed
From-To: open->closed

New port added with minor changes. Thanks!