diff options
author | 2014-01-30 20:02:42 +0000 | |
---|---|---|
committer | 2014-01-30 20:02:42 +0000 | |
commit | 2187952756cbbd035a0c2f614e451e916d24ba4e (patch) | |
tree | 555471c62e8c9fafce35060eb57739310cb83683 | |
parent | Set port and node WWN in scsi_link structure when we successfully probe a (diff) | |
download | wireguard-openbsd-2187952756cbbd035a0c2f614e451e916d24ba4e.tar.xz wireguard-openbsd-2187952756cbbd035a0c2f614e451e916d24ba4e.zip |
reinstate the note that setting env vars in a crontab is an extension;
ok millert (actually it was millert who pointed it out) + sobrado
-rw-r--r-- | usr.sbin/cron/crontab.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index 22c001e89cc..dd129472e24 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $OpenBSD: crontab.5,v 1.32 2014/01/30 17:49:40 jmc Exp $ +.\" $OpenBSD: crontab.5,v 1.33 2014/01/30 20:02:42 jmc Exp $ .\" .Dd $Mdocdate: January 30 2014 $ .Dt CRONTAB 5 @@ -321,6 +321,8 @@ Ranges may include .It Months or days of the week can be specified by name. .It +Environment variables can be set in a crontab. +.It Command output can be mailed to a person other than the crontab owner, or the feature can be turned off and no mail will be sent at all. |