diff options
author | robak <robak@FreeBSD.org> | 2016-04-27 19:15:42 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2016-04-27 19:15:42 +0800 |
commit | c257930a99a628e0a211aa5f1647ae81f4f71615 (patch) | |
tree | 35a22c7d0c2e2ed8a528f0c40d691b17aaa2b630 /sysutils/Makefile | |
parent | 2327f0c3deae826d5c401cef9ab30c1d070a5779 (diff) | |
download | freebsd-ports-gnome-c257930a99a628e0a211aa5f1647ae81f4f71615.tar.gz freebsd-ports-gnome-c257930a99a628e0a211aa5f1647ae81f4f71615.tar.zst freebsd-ports-gnome-c257930a99a628e0a211aa5f1647ae81f4f71615.zip |
sysutils/cronic: NEW PORT - Shell script that handles cron error detection
Cronic is a small shim shell script for wrapping cron jobs so that cron only
sends email when an error has occurred. Cronic defines an error as any
non-trace error output or a non-zero result code. Cronic filters Bash
execution traces (or anything matching PS4) from the error output, so jobs can
be run with execution tracing to aid forensic debugging.
WWW: http://habilis.net/cronic
PR: 208747
Submitted by: David Harrigan <dharrigan@gmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 28522323c341..23d4a20c9758 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -177,6 +177,7 @@ SUBDIR += cramfs SUBDIR += crashme SUBDIR += createrepo + SUBDIR += cronic SUBDIR += cronolog SUBDIR += cronolog-devel SUBDIR += curly |