fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
354 B
Text
5 lines
354 B
Text
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.
|