1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: iwatch
Section: admin
Priority: optional
Maintainer: Michael Prokop <mika@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: liblinux-inotify2-perl
Standards-Version: 3.8.3
Homepage: http://iwatch.sourceforge.net/
Vcs-git: git://git.grml.org/iwatch.git
Vcs-Browser: http://git.grml.org/?p=iwatch.git
Package: iwatch
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, perl-modules, libevent-perl, liblinux-inotify2-perl, libmail-sendmail-perl, libxml-simpleobject-libxml-perl, postfix | mail-transport-agent
Description: realtime filesystem monitoring program using inotify
iWatch is a realtime filesystem monitoring program. It's a
simple perl script to monitor changes in specific
directories/files and send email notification immediately. It
reads the dir/file list from xml config file and needs inotify
support in kernel (Linux Kernel >= 2.6.13).
|