Download List

Project Description

incron is an "inotify cron" system. It works like
the regular cron but
is driven by filesystem events instead of time
periods. It contains two
programs, a daemon called "incrond" (analogous to
crond) and a table
manipulator "incrontab" (like "crontab").

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-02-11 17:49
0.5.4

A bug related to persisting environment variables has been fixed, and the man page updated appropriately. A bug in the configuration example file has been fixed.
Tags: Minor bugfixes

2007-02-09 00:30
0.5.3

A bug related to ignoring new tables has been
fixed. A memory leak
originated at startup has been fixed.
Documentation has been corrected
and slightly improved.
Tags: Minor bugfixes

2007-02-05 01:54
0.5.2

Lock file permissions have been changed to 0644. Incorrect reporting of removing non-existing tables has been fixed.
Tags: Minor bugfixes

2007-01-28 23:40
0.5.1

This version fixes two bugs related to lock file placement.
Tags: Minor bugfixes

2007-01-28 01:14
0.5.0

This version is based on inotify-cxx 0.7.1. It
fixes a bug related to event names. Instance
locking has been implemented (only one incrond
instance allowed). Configuration has been
introduced (including custom cfg. files). Waiting
for child processes has been rewritten to avoid
race conditions. New implementation for command
line arguments has been incorporated. Users can
request reloading their tables now.
Tags: Major feature enhancements

Project Resources