summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-04-28 18:54:55 +0000
committerElfyn McBratney <beu@gentoo.org>2005-04-28 18:54:55 +0000
commita2a8e6eff3dcffc63878d15f5ff600e893043fbd (patch)
tree27f401886b4fe4808d063f3e0db4eaec0dcb53fd /app-admin/filewatcher/files
parentGetting rid of cruft. Thanks arch teams for stabling this so quick :) (diff)
downloadgentoo-2-a2a8e6eff3dcffc63878d15f5ff600e893043fbd.tar.gz
gentoo-2-a2a8e6eff3dcffc63878d15f5ff600e893043fbd.tar.bz2
gentoo-2-a2a8e6eff3dcffc63878d15f5ff600e893043fbd.zip
New package, thanks to Andrew D Kirch.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-admin/filewatcher/files')
-rw-r--r--app-admin/filewatcher/files/digest-filewatcher-2.4.01
-rw-r--r--app-admin/filewatcher/files/filewatcher.conf24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-admin/filewatcher/files/digest-filewatcher-2.4.0 b/app-admin/filewatcher/files/digest-filewatcher-2.4.0
new file mode 100644
index 000000000000..8824e59f7b55
--- /dev/null
+++ b/app-admin/filewatcher/files/digest-filewatcher-2.4.0
@@ -0,0 +1 @@
+MD5 129391b361c7e62e02207963cd793de2 filewatcher-2.4.0.tgz 29770
diff --git a/app-admin/filewatcher/files/filewatcher.conf b/app-admin/filewatcher/files/filewatcher.conf
new file mode 100644
index 000000000000..e3358242759a
--- /dev/null
+++ b/app-admin/filewatcher/files/filewatcher.conf
@@ -0,0 +1,24 @@
+option archive-root /var/lib/filewatcher/archive
+option state-file /var/lib/filewatcher/state
+option warn-if-missing true
+option include-autopush true
+option skip-binary true
+
+# default notify via email to sysadm address
+option notify mailto:root
+# scan for archived files deleted from the filesystem
+option scan-frequency 4h
+watch ARCHIVE
+
+# system security files
+option scan-frequency 5m
+watch /etc/passwd
+watch /etc/group
+watch /sudoers
+
+
+# filewatcher and its configuration files
+option scan-frequency 30m
+watch /etc/filewatcher.conf
+watch /usr/sbin/filewatcher
+