8 Commits

Author SHA1 Message Date
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
jca
375c7c26f5 Respect CXX 2017-02-27 19:18:19 +00:00
jca
feddca35f6 Bump after recent changes. 2016-04-27 09:55:59 +00:00
jca
aa91fce028 Tidy up and reorder makefile 2016-04-27 09:55:38 +00:00
jca
e963974e20 Respect CXXFLAGS, use CPPFLAGS to pass -I 2016-04-27 09:55:01 +00:00
jca
7862d7af89 Use the regular way to pass options to ld(1) 2016-04-27 09:52:46 +00:00
jca
428a762e50 Replace clearenv with environ = calloc() 2016-04-27 09:51:51 +00:00
landry
335f182ae7 Import incron 0.5.10.
This program is the "inotify cron" system. It consist of a daemon and
a table manipulator. You can use it a similar way as the regular cron.
The difference is that the inotify cron handles filesystem events
rather than time periods.

The incron daemon (incrond) must be run under root (typically from
runlevel script etc.). It loads the current user tables and hooks
them for later changes.

The incron table manipulator may be run under any regular user
since it SUIDs. For manipulation with the tables use basically
the same syntax as for the crontab program. You can import a table,
remove and edit the current table.

ok ajacoutot@
2016-01-23 16:06:05 +00:00