aboutsummaryrefslogtreecommitdiff
path: root/security/fswatch/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/fswatch/pkg-descr')
-rw-r--r--security/fswatch/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/fswatch/pkg-descr b/security/fswatch/pkg-descr
new file mode 100644
index 000000000000..24fb375dca46
--- /dev/null
+++ b/security/fswatch/pkg-descr
@@ -0,0 +1,21 @@
+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 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.
+
+- 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
+
+- dominik karczmarski
+ dominik@karczmarski.com