Version: 0.5.10, Package name: incron-0.5.10 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 198.396 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-23 19:10:37 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Missing includes for clang |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-02-27 12:18:19 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Respect CXX |
2016-04-27 03:55:59 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Bump after recent changes. |
2016-04-27 03:55:38 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Tidy up and reorder makefile |
2016-04-27 03:55:01 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Respect CXXFLAGS, use CPPFLAGS to pass -I |
2016-04-27 03:52:46 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Use the regular way to pass options to ld(1) |
2016-04-27 03:51:51 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Replace clearenv with environ = calloc() |